Skip to content

Commit

Permalink
fix(gotrue): decoding of error types (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
theolampert committed Nov 28, 2023
1 parent 0c15316 commit 3adc23c
Showing 1 changed file with 0 additions and 8 deletions.
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

0 comments on commit 3adc23c

Please sign in to comment.