@if (!wizard) { Generate the OTP key on the server and show a QR code to scan.
@if (!this.authService.checkForceServerGenerateOTPKey("motp")) { OTP Key OTP key is required }
}

mOTP PIN

The mOTP PIN is the PIN that needs to be entered on the mobile device.
Enter Password @if (motpPinControl.hasError("required") && (motpPinControl.touched || motpPinControl.dirty)) { Password is required } @if (motpPinControl.hasError("minlength") && (motpPinControl.touched || motpPinControl.dirty)) { Password must be at least 4 characters long } Repeat Password @if (repeatMotpPinControl.hasError("motpPinMismatch") && (repeatMotpPinControl.touched || repeatMotpPinControl.dirty)) { mOTP PINs do not match. }