From ffd1f29847eab05f8b0bd07b6906821fa3d5ece3 Mon Sep 17 00:00:00 2001 From: xds Date: Fri, 31 Oct 2025 19:08:11 +0300 Subject: [PATCH] fix .env.production --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index d2c766a..d839880 100644 --- a/src/App.vue +++ b/src/App.vue @@ -86,6 +86,7 @@ const blurAllInputs = () => { } onMounted(async () => { + blurAllInputs() // setTimeout(async () => { // if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`) // }, 1000)