#66 fix/missing-functionalities

Sloučený
jonathan sloučil 21 revizí z větve fix/missing-functionalities do větve master před před 4 roky
  1. +2
    -0
      src/_pages/Layout.vue

+ 2
- 0
src/_pages/Layout.vue Zobrazit soubor

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


Načítá se…
Zrušit
Uložit