mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 20:01:17 +00:00
Deployment 24.4
- Edit Category - Verify oobCode before reset pass - Change invoice -> account, delete account in User
This commit is contained in:
@@ -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>
|
||||
<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> -->
|
||||
<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>
|
||||
Reference in New Issue
Block a user