feat(auth): add forgot password link to login form
This commit is contained in:
@@ -67,6 +67,11 @@ export function LoginForm() {
|
|||||||
>
|
>
|
||||||
{loading ? 'Signing in…' : 'Sign in'}
|
{loading ? 'Signing in…' : 'Sign in'}
|
||||||
</button>
|
</button>
|
||||||
|
<p className="text-center text-sm text-gray-500">
|
||||||
|
<a href="/forgot-password" className="text-blue-600 hover:underline">
|
||||||
|
Forgot password?
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</form>
|
</form>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user