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.
1 parent abb7be7 commit 3c0ec71Copy full SHA for 3c0ec71
templates/apple/base/requests/oauth.twig
@@ -3,12 +3,12 @@
3
let callbackScheme = "appwrite-callback-\(client.config["project"] ?? "")"
4
5
_ = try await withCheckedThrowingContinuation { continuation in
6
- /// main thread for ASWebAuthenticationPresentationContextProviding
+ /// main thread for PresentationContextProvider
7
DispatchQueue.main.async {
8
WebAuthComponent.authenticate(url: url, callbackScheme: callbackScheme) { result in
9
continuation.resume(with: result)
10
}
11
12
13
14
- return true
+ return true
0 commit comments