Skip to content

Commit

Permalink
fix change pass page load
Browse files Browse the repository at this point in the history
  • Loading branch information
lor6 committed Oct 7, 2018
1 parent 916b290 commit 028650c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/changePassword.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 th:text="#{message.changePassword}">change password </h1>
wordLowercase: /*[[#{error.wordLowercase}]]*/,
wordUppercase: /*[[#{error.wordUppercase}]]*/,
wordOneNumber: /*[[#{error.wordOneNumber}]]*/,
wordOneSpecialChar: /*[[#{error.wordOneSpecialChar}]]*/'
wordOneSpecialChar: /*[[#{error.wordOneSpecialChar}]]*/
}
}
};
Expand Down

0 comments on commit 028650c

Please sign in to comment.