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.
couldNotParseAccessCode
OAuthSession
1 parent bb4f427 commit 6c24b1fCopy full SHA for 6c24b1f
Sources/GravatarUI/SwiftUI/OAuthSession/OAuthSession.swift
@@ -84,7 +84,7 @@ public struct OAuthSession: Sendable {
84
await shared.authenticationSession.cancel()
85
postNotification(.authorizationFinished)
86
return true
87
- } catch OAuthError.couldNotParseAccessCode(email.rawValue) {
+ } catch OAuthError.couldNotParseAccessCode {
88
return false // The URL was not a Gravatar callback URL with a token.
89
} catch {
90
0 commit comments