File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
console/src/app/modules/policies/login-texts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export function mapRequestValues(map: Partial<Map>, req: Req): Req {
98
98
r6 . setOtpOption ( map . initMfaPromptText ?. otpOption ?? '' ) ;
99
99
r6 . setSkipButtonText ( map . initMfaPromptText ?. skipButtonText ?? '' ) ;
100
100
r6 . setTitle ( map . initMfaPromptText ?. title ?? '' ) ;
101
- r6 . setU2fOption ( map . initMfaPromptText ?. otpOption ?? '' ) ;
101
+ r6 . setU2fOption ( map . initMfaPromptText ?. u2fOption ?? '' ) ;
102
102
req . setInitMfaPromptText ( r6 ) ;
103
103
104
104
const r7 = new InitMFAU2FScreenText ( ) ;
@@ -333,7 +333,7 @@ export function mapRequestValues(map: Partial<Map>, req: Req): Req {
333
333
r31 . setDescriptionClose ( map . passwordlessRegistrationDoneText ?. descriptionClose ?? '' ) ;
334
334
r31 . setNextButtonText ( map . passwordlessRegistrationDoneText ?. nextButtonText ?? '' ) ;
335
335
r31 . setTitle ( map . passwordlessRegistrationDoneText ?. title ?? '' ) ;
336
- r31 . setNextButtonText ( map . passwordlessRegistrationDoneText ?. cancelButtonText ?? '' ) ;
336
+ r31 . setCancelButtonText ( map . passwordlessRegistrationDoneText ?. cancelButtonText ?? '' ) ;
337
337
req . setPasswordlessRegistrationDoneText ( r31 ) ;
338
338
339
339
const r32 = new PasswordlessRegistrationScreenText ( ) ;
You can’t perform that action at this time.
0 commit comments