@if (!wizard) {

Token Configuration

Generate the OTP key on the server and show a QR code to scan.
@if (!this.authService.checkForceServerGenerateOTPKey("daypassword")) { OTP Key @if (otpKeyFormControl.hasError("required")) { OTP key is required } } OTP length @for (len of otpLengthOptions; track len) { {{ len }} } Some Authenticator Apps only support an OTP length of 6. Hash algorithm @for (alg of hashAlgorithmOptions; track alg.value) { {{ alg.viewValue }} } Some Authenticator Apps only support the SHA1 algorithm.
Timestep Timestep is required The time in which the password can be used. For example '1d' or '12h'.
}