forked from verdnatura/hedera-web
Redirect to login when init
This commit is contained in:
parent
3e93f14196
commit
68f32c36e7
|
@ -68,6 +68,7 @@ export const useAppStore = defineStore('hedera', {
|
|||
},
|
||||
|
||||
async init() {
|
||||
this.router.push({ name: 'login' });
|
||||
this.getBasketOrderId();
|
||||
this.getLocaleDates();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue