Skip to content

Commit b0dcef2

Browse files
authored
ACUL: Remove unreleased screens in R6 (#1231)
* ACUL: Remomve unreleased screens in R6 * lint * lint
1 parent b75a5f7 commit b0dcef2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

internal/cli/universal_login_customize.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

149145
type partialsData map[string]*management.PromptScreenPartials

0 commit comments

Comments
 (0)