Skip to content

Commit

Permalink
Fix dashboard "Reset Password" href (#512)
Browse files Browse the repository at this point in the history
this pr fixes the `href` attribute of the `Reset Password` button in the
dashboard
  • Loading branch information
ben-fornefeld authored Dec 18, 2024
2 parents d29ad4f + 0a70f3b commit 0e3578c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/Personal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const PersonalContent = ({
<br />
</span>
<div className="flex items-center space-x-2">
<Link href={'/sign-in?view=forgotten-password'}>
<Link href={'/auth/update-password'}>
<Button variant="desctructive">Reset password</Button>
</Link>
</div>
Expand Down

0 comments on commit 0e3578c

Please sign in to comment.