diff --git a/src/stores/app.js b/src/stores/app.js index ece6d4bb..43619b69 100644 --- a/src/stores/app.js +++ b/src/stores/app.js @@ -68,6 +68,7 @@ export const useAppStore = defineStore('hedera', { }, async init() { + this.router.push({ name: 'login' }); this.getBasketOrderId(); this.getLocaleDates(); },