This commit is contained in:
@@ -263,7 +263,7 @@ export default {
|
||||
|
||||
//redirect to login if not authenticated
|
||||
if (!this.$store.state.authenticated) {
|
||||
this.$router.push({ name: "login" });
|
||||
this.$router.push("\login");
|
||||
}
|
||||
|
||||
//FUTURE: If need to detect a reload, this works reliably
|
||||
|
||||
Reference in New Issue
Block a user