Skip to content

Commit

Permalink
Fix password reset link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robgietema committed Jan 4, 2024
1 parent 45b66dd commit e468010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/users/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default [
subject: req.i18n('Password reset request'),
text: req.i18n(
'The following link takes you to a page where you can reset your password: {url}\n\n(This link will expire in 7 days)',
{ url: `${config.frontendUrl}/password-reset/${token}` },
{ url: `${config.frontendUrl}/passwordreset/${token}` },
),
});
}
Expand Down

0 comments on commit e468010

Please sign in to comment.