Skip to content

Commit 3adc23c

Browse files
authored
fix(gotrue): decoding of error types (#169)
1 parent 0c15316 commit 3adc23c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Sources/GoTrue/GoTrueError.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ public enum GoTrueError: LocalizedError, Sendable {
1414
public var code: Int?
1515
public var error: String?
1616
public var errorDescription: String?
17-
18-
private enum CodingKeys: String, CodingKey {
19-
case message
20-
case msg
21-
case code
22-
case error
23-
case errorDescription = "error_description"
24-
}
2517
}
2618

2719
public enum PKCEFailureReason: Sendable {

0 commit comments

Comments
 (0)