Browse Source

fix #465

remotes/Mikhail5555/master
LouisLam 4 years ago
parent
commit
50b868e751
  1. 2
      src/pages/StatusPage.vue

2
src/pages/StatusPage.vue

@ -377,7 +377,7 @@ export default {
},
async created() {
this.hasToken = ("token" in localStorage);
this.hasToken = ("token" in this.$root.storage());
// Browser change page
// https://stackoverflow.com/questions/7317273/warn-user-before-leaving-web-page-with-unsaved-changes

Loading…
Cancel
Save