#66 fix/missing-functionalities

Merged
jonathan merged 21 commits from fix/missing-functionalities into master 4 years ago
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue View File

@@ -115,6 +115,8 @@ export default {
this.$route.path === '/verifyEmail'
) {
this.$router.push('/');
} else {
this.initDefaults();
}
},
},


Loading…
Cancel
Save