Skip to content

Commit

Permalink
Fix prompt value typo and Sort values
Browse files Browse the repository at this point in the history
Co-authored-by: KunalOfficial <[email protected]>
  • Loading branch information
naari3 and developerkunal authored Jul 12, 2024
1 parent a51d823 commit 6a90eb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/auth0/prompt/resource_custom_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (

var (
availablePrompts = []string{
"capcha", "common", "consent", "custom-form", "customized-consent", "device-flow", "email-otp-challenge",
"email-verification", "invitation", "login", "login-id", "login-password", "login-passwordless",
"login-email-verification", "logout", "mfa", "mfa-email", "mfa-otp", "mfa-phone", "mfa-push", "mfa-recovery-code",
"captcha", "common", "consent", "custom-form", "customized-consent", "device-flow", "email-otp-challenge",
"email-verification", "invitation", "login", "login-email-verification", "login-id", "login-password",
"login-passwordless", "logout", "mfa", "mfa-email", "mfa-otp", "mfa-phone", "mfa-push", "mfa-recovery-code",
"mfa-sms", "mfa-voice", "mfa-webauthn", "organizations", "passkeys", "phone-identifier-challenge",
"phone-identifier-enrollment", "reset-password", "signup", "signup-id", "signup-password", "status",
"phone-identifier-enrollment", "reset-password", "signup", "signup-id", "signup-password", "status"
}
availableLanguages = []string{
"ar", "bg", "bs", "ca-ES", "cs", "cy", "da", "de", "el", "en", "es", "et", "eu-ES", "fi", "fr", "fr-CA", "fr-FR", "gl-ES", "he", "hi", "hr",
Expand Down

0 comments on commit 6a90eb4

Please sign in to comment.