File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ export default function ForgotPassword({ status }: { status?: string }) {
22
22
} ;
23
23
24
24
return (
25
- < AuthLayout title = "Forgot Password" description = "Enter your email to receive a password reset link" >
26
- < Head title = "Forgot Password" />
27
-
28
- { status && < div className = "mb-4 text-center text-sm font-medium text-green-600" > { status } </ div > }
25
+ < AuthLayout title = "Forgot password" description = "Enter your email to receive a password reset link" >
26
+ < Head title = "Forgot password" />
29
27
30
28
< div className = "space-y-6" >
31
29
< form onSubmit = { submit } >
@@ -51,6 +49,8 @@ export default function ForgotPassword({ status }: { status?: string }) {
51
49
Email password reset link
52
50
</ Button >
53
51
</ div >
52
+
53
+ { status && < div className = "mb-4 text-center text-sm font-medium text-green-600" > { status } </ div > }
54
54
</ form >
55
55
56
56
< div className = "text-muted-foreground space-x-1 text-center text-sm" >
You can’t perform that action at this time.
0 commit comments