This commit is contained in:
2019-04-18 22:35:20 +00:00
parent c2289eaf30
commit 266cc78530
2 changed files with 2 additions and 9 deletions

View File

@@ -132,14 +132,6 @@ export default {
this.$router.replace({ name: "login" });
}
},
// methods: {
// setAuthenticated(status) {
// this.$store.state.authenticated = status;
// },
// logout() {
// this.$store.state.authenticated = false;
// }
// },
computed: {
isAuthenticated() {
return this.$store.state.authenticated === true;