Skip to content

Commit

Permalink
corrects the password reset email address (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamloup-enquizit authored Aug 29, 2024
1 parent dd9d9f2 commit 19d6e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc-sandbox/keycloak/theme/nbs/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</#if>
</div>
<div class="${properties.kcFormOptionsWrapperClass!}">
<a class="reset-password" target="_blank" href="mailto:cdc@nbs.gov?subject=Reset Password&body=Reset your password">
<a class="reset-password" target="_blank" href="mailto:nbs@cdc.gov?subject=Reset Password&body=Reset your password">
Reset password
</a>
<#if realm.resetPasswordAllowed>
Expand Down

0 comments on commit 19d6e94

Please sign in to comment.