Cleanup misc es-lint disablements not required, removed dev mode manually set flag for better NODE_ENV built in flag which avoids potentially forgetting to remove that in production builds.
This commit is contained in:
@@ -343,7 +343,6 @@ export default {
|
||||
if (!vm.$store.state.authenticated && !isReset) {
|
||||
//If a direct open path was being used but user is not logged in this will catch it
|
||||
//otherwise they will just go on to that path directly
|
||||
// eslint-disable-next-line no-debugger
|
||||
|
||||
if (toPath != undefined) {
|
||||
vm.$router.push({
|
||||
|
||||
Reference in New Issue
Block a user