Skip to content

Commit

Permalink
fix(login): password reset link
Browse files Browse the repository at this point in the history
  • Loading branch information
seelengxd committed Sep 25, 2024
1 parent b068c93 commit ac13795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/(unauthenticated)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function LoginPage() {
<CircleAlert className="h-5 w-5" />
<AlertDescription>
Your email or password is incorrect. Please try again, or{" "}
<Link href="/user/password-reset" size="sm">
<Link href="/password-reset" size="sm">
reset your password
</Link>
.
Expand Down

0 comments on commit ac13795

Please sign in to comment.