Files
micro-frontend/templete/src/app/content/login-content/login-content.component.html
2025-11-11 11:19:13 +07:00

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>