This commit is contained in:
2020-11-19 20:44:36 +00:00
parent 0dbae7d8e4
commit 62cb30853a
3 changed files with 53 additions and 5 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