We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8376c8e commit 32a71beCopy full SHA for 32a71be
Sources/Auth/AuthError.swift
@@ -49,7 +49,7 @@ extension ErrorCode {
49
public static let inviteNotFound = ErrorCode("invite_not_found")
50
public static let badOAuthState = ErrorCode("bad_oauth_state")
51
public static let badOAuthCallback = ErrorCode("bad_oauth_callback")
52
- public static let oAuthProviderNotSupported = ErrorCode("oauth_provider_not_supported")
+ public static let oauthProviderNotSupported = ErrorCode("oauth_provider_not_supported")
53
public static let unexpectedAudience = ErrorCode("unexpected_audience")
54
public static let singleIdentityNotDeletable = ErrorCode("single_identity_not_deletable")
55
public static let emailConflictIdentityNotDeletable = ErrorCode(
0 commit comments