@@ -239,6 +239,8 @@ const constants = {
239
239
'reset-password-mfa-phone-challenge' ,
240
240
'reset-password-mfa-voice-challenge' ,
241
241
'reset-password-mfa-recovery-code-challenge' ,
242
+ 'reset-password-mfa-webauthn-platform-challenge' ,
243
+ 'reset-password-mfa-webauthn-roaming-challenge' ,
242
244
] ,
243
245
'device-flow' : [
244
246
'device-code-activation' ,
@@ -265,8 +267,33 @@ const constants = {
265
267
invitation : [ 'accept-invitation' ] ,
266
268
organizations : [ 'organization-selection' , 'organization-picker' ] ,
267
269
'mfa-otp' : [ 'mfa-otp-challenge' , 'mfa-otp-enrollment-code' , 'mfa-otp-enrollment-qr' ] ,
268
- 'mfa-recovery-code' : [ 'mfa-recovery-code-challenge' , 'mfa-recovery-code-enrollment' ] ,
270
+ 'mfa-recovery-code' : [
271
+ 'mfa-recovery-code-challenge' ,
272
+ 'mfa-recovery-code-enrollment' ,
273
+ 'mfa-recovery-code-challenge-new-code' ,
274
+ ] ,
269
275
common : [ 'redeem-ticket' ] ,
276
+ consent : [ 'consent' ] ,
277
+ 'customized-consent' : [ 'customized-consent' ] ,
278
+ 'email-otp-challenge' : [ 'email-otp-challenge' ] ,
279
+ 'email-verification' : [ 'email-verification-result' ] ,
280
+ 'login-email-verification' : [ 'login-email-verification' ] ,
281
+ logout : [ 'logout' , 'logout-aborted' , 'logout-complete' ] ,
282
+ 'mfa-webauthn' : [
283
+ 'mfa-webauthn-change-key-nickname' ,
284
+ 'mfa-webauthn-enrollment-success' ,
285
+ 'mfa-webauthn-error' ,
286
+ 'mfa-webauthn-not-available-error' ,
287
+ 'mfa-webauthn-platform-challenge' ,
288
+ 'mfa-webauthn-platform-enrollment' ,
289
+ 'mfa-webauthn-roaming-challenge' ,
290
+ 'mfa-webauthn-roaming-enrollment' ,
291
+ ] ,
292
+ 'brute-force-protection' : [
293
+ 'brute-force-protection-unblock' ,
294
+ 'brute-force-protection-unblock-failure' ,
295
+ 'brute-force-protection-unblock-success' ,
296
+ ] ,
270
297
} as PromptScreenMapping ,
271
298
} ;
272
299
0 commit comments