Skip to content

Commit

Permalink
Passkeys error
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira committed Dec 31, 2023
1 parent b68df59 commit 6babc94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/Error.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ extension DescopeError {

public static let passkeyFailed = DescopeError.sdkError("S110001", "Passkey authentication failed")
public static let passkeyCancelled = DescopeError.sdkError("S110002", "Passkey authentication cancelled")

public static let passkeyNoneAdded = DescopeError.sdkError("E067010", "User has not added any passkeys")

public static let oauthNativeFailed = DescopeError.sdkError("S120001", "Sign in with Apple failed")
public static let oauthNativeCancelled = DescopeError.sdkError("S120002", "Sign in with Apple cancelled")
}
Expand Down

0 comments on commit 6babc94

Please sign in to comment.