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

Commit

Permalink
Fix login jsp page
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Dec 7, 2023
1 parent 0a64834 commit 5397528
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/webapp/view/web/#.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
<%-- Kiểm tra xem có URL parameter registerSuccess hay không --%>
<c:if test="${param.registerSuccess == 'true'}">
<style>
.main {
min-height: 75vh;
padding-bottom: 8.5vh;
.main {
min-height: 92vh;
}
</style>

Expand All @@ -35,9 +34,8 @@
<%-- Kiểm tra xem có URL parameter changePasswordSuccess hay không --%>
<c:if test="${param.changePasswordSuccess == 'true'}">
<style>
.main {
min-height: 75vh;
padding-bottom: 8.5vh;
.main {
min-height: 92vh;
}
</style>

Expand Down

0 comments on commit 5397528

Please # to comment.