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:
2022-08-20 18:15:27 +00:00
parent 0c359e9bde
commit ae79d68770
8 changed files with 5 additions and 22 deletions

View File

@@ -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({