@if(!isOtpSent()){

🔐 Login

} @if(isOtpSent() && !isVerified()){

🔐 OTP Verification

} @if (!isOtpSent()) {
} @if (isOtpSent() && !isVerified()) {

OTP sent to {{ emailForm.value.email }}

@if (isError()) {
{{ message() }}
}
}