Skip to content

Commit

Permalink
Merge pull request #1244 from ORCID/addLangCodeToResetPasswordLink
Browse files Browse the repository at this point in the history
added lang key to password reset url
  • Loading branch information
auumgn authored Aug 7, 2024
2 parents 5218052 + 35530ee commit b331ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
into your browser:</p>
<p>
<a style="color: #2E7F9F;"
th:with="url=(@{|${baseUrl}/reset/finish?key=${user.resetKey}|})"
th:with="url=(@{|${baseUrl}/${user.langKey}/reset/finish?key=${user.resetKey}|})"
th:href="${url}" th:text="${url}">Login link</a>
</p>
<p th:text="#{email.reset.text3}">If you did not request a
Expand Down

0 comments on commit b331ccf

Please sign in to comment.