Files
micro-frontend/accounting-ng-nuttakit/src/app/content/login-content/login-content.component.html

12 lines
451 B
HTML
Raw Normal View History

2025-11-11 10:52:30 +07:00
<div class="justify-content-center flex-column">
<!-- <h2>Login | เข้าสู่ระบบ ({{ mode }})</h2> -->
@if (mode == "default") {
<app-login-page [mode]="mode" (signedIn)="onSignInSubmit($event)"></app-login-page>
} @else if(mode == "forgot-password"){
<app-login-forgot (otpEventSubmit)="onOtpSendSubmit($event)" (otpVerifyEventSubmit)="onVerifySubmit($event)"></app-login-forgot>
}
<!-- @else {
} -->
</div>