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

Add back button for forgot password #190

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading