mirror of
https://github.com/colanode/colanode.git
synced 2025-12-16 11:47:47 +01:00
Add back to login button after successful password reset (#188)
This commit is contained in:
@@ -90,6 +90,7 @@ export const EmailPasswordResetComplete = ({
|
||||
|
||||
if (showSuccess) {
|
||||
return (
|
||||
<div className="space-y-3">
|
||||
<div className="flex flex-col items-center justify-center border border-border rounded-md p-4 gap-3 text-center">
|
||||
<CheckCircle className="size-7 text-green-600" />
|
||||
<p className="text-sm text-muted-foreground">
|
||||
@@ -100,6 +101,15 @@ export const EmailPasswordResetComplete = ({
|
||||
You have been logged out of all devices.
|
||||
</p>
|
||||
</div>
|
||||
<Button
|
||||
variant="link"
|
||||
className="w-full text-muted-foreground"
|
||||
onClick={onBack}
|
||||
type="button"
|
||||
>
|
||||
Back to login
|
||||
</Button>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user