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

Commit

Permalink
Merge pull request #188 from hardingadonis/nghia-fix-message
Browse files Browse the repository at this point in the history
Fix message
  • Loading branch information
hardingadonis committed Mar 14, 2024
2 parents b48ba2e + 7e5caff commit 1effc07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/main/webapp/view/jsp/others/login/login.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
Vui lòng đăng nhập để truy cập.
</div>
</c:when>
<c:when test="${param.message eq 'resetSuccess'}">
<div class="alert alert-success text-center" role="alert">
Password Reset Was Successful
</div>
</c:when>
</c:choose>

<form class="user" id="form-signin" method="post">
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/view/jsp/others/login/otp.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
errorSelector: '.form-message',
formGroupSelector: '.form-group',
rules: [
Validator.isRequired('#input-otp', 'Vui lòng nhập mã OTP!'),
Validator.isRequired('#input-otp', 'Vui lòng nhập mã OTP!')
]
});
</script>
Expand Down

0 comments on commit 1effc07

Please sign in to comment.