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'}
|
||||
</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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user