12 lines
416 B
HTML
12 lines
416 B
HTML
<div class="justify-content-center flex-column">
|
|
<!-- <h2>Login | เข้าสู่ระบบ ({{ mode }})</h2> -->
|
|
@if (mode == "default") {
|
|
<app-login-page [mode]="mode"></app-login-page>
|
|
} @else if(mode == "forgot-password"){
|
|
<app-login-forgot (otpEventSubmit)="onOtpSendSubmit($event)" (otpVerifyEventSubmit)="onVerifySubmit($event)"></app-login-forgot>
|
|
}
|
|
<!-- @else {
|
|
|
|
} -->
|
|
</div>
|