diff --git a/management/prompt.go b/management/prompt.go index 4f3d0534..e65cf3c6 100644 --- a/management/prompt.go +++ b/management/prompt.go @@ -129,6 +129,7 @@ var allowedPromptsWithPartials = []PromptType{ PromptLoginID, PromptLoginPassword, PromptLoginPasswordLess, + PromptCustomizedConsent, } // PromptType defines the prompt that we are managing.