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