Skip to content

Commit 13e7883

Browse files
committed
wip
1 parent d25f4cc commit 13e7883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/pages/login.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export default function Login() {
114114
<Link href="/verify-email">Forgot password?</Link>
115115
</div>
116116
</div>
117-
{errorLogin && <Error text="Your email and/or password are wrong." />}
117+
{!isLoading && errorLogin && <Error text="Your email and/or password are wrong." />}
118118
<div className="flex flex-col items-center justify-center w-full md:p-2 max-h-20 max-w-md mt-4 mx-auto text-sm">
119119
<div className="text-l mt-6 m-8 px-8 py-3 text-lg">
120120
<Button

0 commit comments

Comments
 (0)