Skip to content

Commit 32a71be

Browse files
author
Guilherme Souza
committed
fix
1 parent 8376c8e commit 32a71be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Auth/AuthError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extension ErrorCode {
4949
public static let inviteNotFound = ErrorCode("invite_not_found")
5050
public static let badOAuthState = ErrorCode("bad_oauth_state")
5151
public static let badOAuthCallback = ErrorCode("bad_oauth_callback")
52-
public static let oAuthProviderNotSupported = ErrorCode("oauth_provider_not_supported")
52+
public static let oauthProviderNotSupported = ErrorCode("oauth_provider_not_supported")
5353
public static let unexpectedAudience = ErrorCode("unexpected_audience")
5454
public static let singleIdentityNotDeletable = ErrorCode("single_identity_not_deletable")
5555
public static let emailConflictIdentityNotDeletable = ErrorCode(

0 commit comments

Comments
 (0)