Skip to content

Commit

Permalink
chore: add state
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuugiatri committed Dec 20, 2024
1 parent 7af45ad commit 5c23b69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/waypoint/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Request {

private func handleCustomTabError(error: CustomTabError, callbackScheme: String) -> String {
guard let errorCallbackUrl = constructURLWithParams(for: callbackScheme, with: [
"state": params["state"] ?? "",
"type": "fail",
"message": error.message,
"code": String(error.code)
Expand Down

0 comments on commit 5c23b69

Please sign in to comment.