0
1
Fork 0

Redirect to login when init

This commit is contained in:
William Buezas 2024-09-29 21:11:09 -03:00
parent 3e93f14196
commit 68f32c36e7
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ export const useAppStore = defineStore('hedera', {
},
async init() {
this.router.push({ name: 'login' });
this.getBasketOrderId();
this.getLocaleDates();
},