fix: back to login page link
This commit is contained in:
parent
9edacd9a43
commit
e73c99c0a5
|
|
@ -219,7 +219,7 @@ export function ForgotPasswordForm() {
|
||||||
</Button>
|
</Button>
|
||||||
<a
|
<a
|
||||||
href="/login"
|
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
|
Back to login
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
|
|
@ -261,7 +261,7 @@ export function ResetPasswordForm() {
|
||||||
</Button>
|
</Button>
|
||||||
<a
|
<a
|
||||||
href="/login"
|
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
|
Back to login
|
||||||
</a>
|
</a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user