Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Sources/GoTrue/GoTrueError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ public enum GoTrueError: LocalizedError, Sendable {
public var code: Int?
public var error: String?
public var errorDescription: String?

private enum CodingKeys: String, CodingKey {
case message
case msg
case code
case error
case errorDescription = "error_description"
}
}

public enum PKCEFailureReason: Sendable {
Expand Down