mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Merge pull request #5426 from appwrite/fix-apple-getting-started
Fix typo in Apple Getting Started
This commit is contained in:
commit
4aa6ce3cfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue