Skip to content

Commit

Permalink
App: πŸ› Add href to reset email link (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckcarpenter authored Apr 17, 2024
1 parent baa922b commit 8f9eb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/src/mail/ResetPassword/ResetPassword.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function ResetPassword({ resetLink }) {
Otherwise, click the link below to reset your password.`}
</Text>
<Text className="text-base">
<Link>{resetLink}</Link>
<Link href={resetLink}>{resetLink}</Link>
</Text>
</Row>
</Section>
Expand Down

0 comments on commit 8f9eb49

Please sign in to comment.