This commit is contained in:
2020-11-19 20:52:07 +00:00
parent 62cb30853a
commit 096adaaea6
3 changed files with 9 additions and 7 deletions

View File

@@ -340,7 +340,7 @@ export default {
}
let isReset = toPath && toPath.includes("home-reset");
debugger;
//redirect to login if not authenticated
if (!vm.$store.state.authenticated && !isReset) {
//If a direct open path was being used but user is not logged in this will catch it