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

Commit

Permalink
Add back button for forgot password
Browse files Browse the repository at this point in the history
  • Loading branch information
htnghia1423 committed Mar 17, 2024
1 parent ea3c87a commit ff9e4eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/view/jsp/others/login/forgot-password.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</div>
<button class="btn btn-primary d-block btn-user w-100" type="submit">Quên mật khẩu</button>
</form>
<div class="text-center"><a class="small" href="./login">Quay Lại</a></div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/view/jsp/others/login/new-password.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
</div>
<button class="btn btn-primary d-block btn-user w-100" type="submit">Xác nhận</button>
</form>
<div class="text-center"><a class="small" href="./forgot-password">Quay lại</a></div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/view/jsp/others/login/otp.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
</div>
<button class="btn btn-primary d-block btn-user w-100" type="submit">Xác nhận</button>
</form>
<div class="text-center"><a class="small" href="./forgot-password">Quay Lại</a></div>
</div>
</div>
</div>
Expand Down

0 comments on commit ff9e4eb

Please sign in to comment.