Skip to content

Commit

Permalink
Fix two error message issue in password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhe committed Feb 11, 2021
1 parent 3d856bd commit a04b9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/recovery-portal/src/main/webapp/password-reset.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</h2>

<% if (error) { %>
<div class="ui visible negative message">
<div class="ui visible negative message" id="server-error-msg">
<%=IdentityManagementEndpointUtil.i18nBase64(recoveryResourceBundle, errorMsg)%>
</div>
<% } %>
Expand Down

0 comments on commit a04b9a0

Please sign in to comment.