File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ export default function Login({ status, canResetPassword }: LoginProps) {
39
39
< AuthLayout title = "Log in to your account" description = "Enter your email and password below to log in" >
40
40
< Head title = "Log in" />
41
41
42
- { status && < div className = "mb-4 text-center text-sm font-medium text-green-600" > { status } </ div > }
43
-
44
42
< form className = "flex flex-col gap-6" onSubmit = { submit } >
45
43
< div className = "grid gap-6" >
46
44
< div className = "grid gap-2" >
@@ -99,6 +97,8 @@ export default function Login({ status, canResetPassword }: LoginProps) {
99
97
</ TextLink >
100
98
</ div >
101
99
</ form >
100
+
101
+ { status && < div className = "mb-4 text-center text-sm font-medium text-green-600" > { status } </ div > }
102
102
</ AuthLayout >
103
103
) ;
104
104
}
You can’t perform that action at this time.
0 commit comments