diff --git a/frontend/pages/login/index.vue b/frontend/pages/login/index.vue index 08d358f..2e1e373 100644 --- a/frontend/pages/login/index.vue +++ b/frontend/pages/login/index.vue @@ -48,6 +48,8 @@ const toggleSignup = () => { } const signup = async () => { + resetErrors() + isSigningIn.value = true const error = await userSignup(userCredential) setTimeout(() => (isSigningIn.value = false), 500) @@ -66,7 +68,11 @@ watch( class="absolute flex h-screen w-screen items-center justify-center p-4">