mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #5426 from appwrite/fix-apple-getting-started
Fix typo in Apple Getting Started
This commit is contained in:
@@ -33,7 +33,7 @@ Next we need to add a hook to save cookies when our app is opened by its callbac
|
||||
|
||||
> If you're using UIKit, you can skip this section.
|
||||
|
||||
In SwiftUI this is as simple as ensuring `.registerOAuthHanlder()` is called on the `View` you want to invoke an OAuth request from.
|
||||
In SwiftUI this is as simple as ensuring `.registerOAuthHandler()` is called on the `View` you want to invoke an OAuth request from.
|
||||
|
||||
### Updating the SceneDelegate for UIKit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user