We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25f4cc commit 13e7883Copy full SHA for 13e7883
frontend/pages/login.tsx
@@ -114,7 +114,7 @@ export default function Login() {
114
<Link href="/verify-email">Forgot password?</Link>
115
</div>
116
117
- {errorLogin && <Error text="Your email and/or password are wrong." />}
+ {!isLoading && errorLogin && <Error text="Your email and/or password are wrong." />}
118
<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">
119
<div className="text-l mt-6 m-8 px-8 py-3 text-lg">
120
<Button
0 commit comments