@@ -135,15 +135,11 @@ var ScreenPromptMap = map[string][]string{
135135 "mfa-voice" : {"mfa-voice-challenge" , "mfa-voice-enrollment" },
136136 "mfa-recovery-code" : {"mfa-recovery-code-challenge" , "mfa-recovery-code-enrollment" , "mfa-recovery-code-challenge-new-code" },
137137 "common" : {"redeem-ticket" },
138- "consent" : {"consent" },
139- "customized-consent" : {"customized-consent" },
140- "email-otp-challenge" : {"email-otp-challenge" },
141138 "email-verification" : {"email-verification-result" },
142139 "login-email-verification" : {"login-email-verification" },
143140 "logout" : {"logout" , "logout-aborted" , "logout-complete" },
144- "mfa-webauthn" : {"mfa-webauthn-change-key-nickname" , "mfa-webauthn-enrollment-success" , "mfa-webauthn-error" , "mfa-webauthn-not-available-error" ,
141+ "mfa-webauthn" : {"mfa-webauthn-change-key-nickname" , "mfa-webauthn-enrollment-success" , "mfa-webauthn-error" ,
145142 "mfa-webauthn-platform-challenge" , "mfa-webauthn-platform-enrollment" , "mfa-webauthn-roaming-challenge" , "mfa-webauthn-roaming-enrollment" },
146- "brute-force-protection" : {"brute-force-protection-unblock" , "brute-force-protection-unblock-failure" , "brute-force-protection-unblock-success" },
147143}
148144
149145type partialsData map [string ]* management.PromptScreenPartials
0 commit comments