fix .env.production

This commit is contained in:
xds
2025-10-31 19:08:11 +03:00
parent 87b042dcc8
commit ffd1f29847

View File

@@ -86,6 +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)