Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
add message that email will be used to notify
Browse files Browse the repository at this point in the history
  • Loading branch information
awolfe76 committed Aug 22, 2017
1 parent d4ee3ab commit 236b327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keycloak/themes/hmda/login/register.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<input type="text" id="lastName" name="lastName" value="${(register.formData.lastName!'')?html}" />

<label for="email">${msg("email")}</label>
<span class="usa-form-hint">The provided email address will be used to notify you of any HMDA related technology updates.</span>
<input type="text" id="email" name="email" value="${(register.formData.email!'')?html}" />

<label>Select your institutions</label>
Expand Down

0 comments on commit 236b327

Please sign in to comment.