From 1a3d1b6592ac4de5aa1042651d4d37da238b3eab Mon Sep 17 00:00:00 2001 From: xds Date: Fri, 31 Oct 2025 19:29:29 +0300 Subject: [PATCH] fix .env.production --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index d8a02a7..2f46f83 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,7 +86,7 @@ const blurAllInputs = () => { } onMounted(async () => { - blurAllInputs() + // setTimeout(async () => { // if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`) // }, 1000) @@ -102,7 +102,7 @@ onMounted(async () => { }); document.addEventListener('focusin', handleFocusIn) document.addEventListener('focusout', handleFocusOut) - + blurAllInputs() if (tgApp.initData) { try { tgApp.expand?.();