Skip to content

Commit

Permalink
fix: dashboard reset password href
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-fornefeld committed Dec 18, 2024
1 parent f74d3a2 commit 0a70f3b
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 0a70f3b

Please sign in to comment.