diff --git a/src/_pages/Layout.vue b/src/_pages/Layout.vue index 2105d59..682629f 100644 --- a/src/_pages/Layout.vue +++ b/src/_pages/Layout.vue @@ -115,6 +115,8 @@ export default { this.$route.path === '/verifyEmail' ) { this.$router.push('/'); + } else { + this.initDefaults(); } }, },