We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 117ceee + 2a581f9 commit b447321Copy full SHA for b447321
templates/swift/base/requests/OAuth.twig
@@ -1,5 +1,5 @@
1
- let query = "?\(client.parametersToQueryString(params: params))"
2
- let url = URL(string: client.endPoint + api_path + query)!
+ let query = "?\(client.parametersToQueryString(params: apiParams))"
+ let url = URL(string: client.endPoint + apiPath + query)!
3
let callbackScheme = "appwrite-callback-\(client.config["project"] ?? "")"
4
let group = DispatchGroup()
5
0 commit comments