We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd0c66 commit 9acbfbcCopy full SHA for 9acbfbc
1 file changed
Auth/src/commonMain/kotlin/io/github/jan/supabase/auth/exception/AuthErrorCode.kt
@@ -88,7 +88,10 @@ enum class AuthErrorCode(val value: String) {
88
MfaTotpVerifyDisabled("mfa_totp_verify_not_enabled"),
89
MfaWebAuthnEnrollDisabled("mfa_webauthn_enroll_not_enabled"),
90
MfaWebAuthnVerifyDisabled("mfa_webauthn_verify_not_enabled"),
91
- MfaVerifiedFactorExists("mfa_verified_factor_exists");
+ MfaVerifiedFactorExists("mfa_verified_factor_exists"),
92
+ EmailAddressInvalid("email_address_invalid"),
93
+ Web3ProviderDisabled("web3_provider_disabled"),
94
+ Web3UnsupportedChain("web3_unsupported_chain");
95
96
companion object {
97
/**
0 commit comments