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">
+ class="flex w-96 flex-col items-center justify-center gap-2 rounded-xl p-6"> +
+
+
+ class="mt-4 text-accent underline"> {{ isSignUp ? 'Already have an account? Sign in'