fix: back to login page link
This commit is contained in:
parent
9edacd9a43
commit
e73c99c0a5
|
|
@ -219,7 +219,7 @@ export function ForgotPasswordForm() {
|
|||
</Button>
|
||||
<a
|
||||
href="/login"
|
||||
className="text-xs text-blue-500 hover:underline font-bold"
|
||||
className="text-xs text-blue-500 hover:underline font-bold w-fit"
|
||||
>
|
||||
Back to login
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ export function ResetPasswordForm() {
|
|||
</Button>
|
||||
<a
|
||||
href="/login"
|
||||
className="text-xs text-blue-500 hover:underline font-bold"
|
||||
className="text-xs text-blue-500 hover:underline font-bold w-fit"
|
||||
>
|
||||
Back to login
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user