Deployment 24.4

- Edit Category
- Verify oobCode before reset pass
- Change invoice -> account, delete account in User
This commit is contained in:
Nguyen Ha Khue
2023-04-24 17:01:16 +07:00
parent 2bcc84f3ff
commit fe41791608
22 changed files with 328 additions and 175 deletions
@@ -176,8 +176,15 @@
<ng-template #sendMailCompleted>
<div class="modal-body text-center">
<p>Đã gửi đường dẫn thay đổi mật khẩu đến email của bạn</p>
<p>Vui lòng kiểm tra hòm thư</p>
<button type="button" class="btn btn-primary" (click)="gmail()">Gmail</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<button type="button" class="btn btn-secondary" (click)="closeLayer1()">Đóng</button>
<p>Vui lòng kiểm tra hòm thư của bạn</p>
<!-- <button type="button" class="btn btn-primary" (click)="gmail()">Gmail</button>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -->
<button type="button" class="btn btn-primary" (click)="closeLayer1()">Đóng</button>
</div>
</ng-template>
<ng-template #emailNotExisted>
<div class="modal-body text-center">
<p>Tài khoản này không tồn tại trong hệ thống. Vui lòng kiểm tra lại địa chỉ email</p>
<button type="button" class="btn btn-primary" (click)="closeLayer1()">Đóng</button>
</div>
</ng-template>