fix .env.production

This commit is contained in:
xds
2025-10-31 19:29:29 +03:00
parent 35a5ce5c09
commit 1a3d1b6592

View File

@@ -86,7 +86,7 @@ const blurAllInputs = () => {
} }
onMounted(async () => { onMounted(async () => {
blurAllInputs()
// setTimeout(async () => { // setTimeout(async () => {
// if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`) // if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`)
// }, 1000) // }, 1000)
@@ -102,7 +102,7 @@ onMounted(async () => {
}); });
document.addEventListener('focusin', handleFocusIn) document.addEventListener('focusin', handleFocusIn)
document.addEventListener('focusout', handleFocusOut) document.addEventListener('focusout', handleFocusOut)
blurAllInputs()
if (tgApp.initData) { if (tgApp.initData) {
try { try {
tgApp.expand?.(); tgApp.expand?.();