Skip to content

Commit 3c0ec71

Browse files
authored
update: comment.
1 parent abb7be7 commit 3c0ec71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/apple/base/requests/oauth.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
let callbackScheme = "appwrite-callback-\(client.config["project"] ?? "")"
44

55
_ = try await withCheckedThrowingContinuation { continuation in
6-
/// main thread for ASWebAuthenticationPresentationContextProviding
6+
/// main thread for PresentationContextProvider
77
DispatchQueue.main.async {
88
WebAuthComponent.authenticate(url: url, callbackScheme: callbackScheme) { result in
99
continuation.resume(with: result)
1010
}
1111
}
1212
}
1313

14-
return true
14+
return true

0 commit comments

Comments
 (0)