Skip to content

Commit 5cfabe3

Browse files
SunZhiCgitbook-bot
authored andcommitted
GITBOOK-1132: No subject
1 parent d982875 commit 5cfabe3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

getting-started/platform-specific-guides/ios/social-login-+-aa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
127127

128128
// set your biconomy api keys
129129
let biconomyApiKeys =
130-
[80001: "hYZIwIsf2.e18c790b-cafb-4c4e-a438-0289fc25dba1"]
130+
[80001: "your biconomy api key"]
131131

132132
//
133133
AAService.initialize(name: .biconomy, version: .v1_0_0, biconomyApiKeys: biconomyApiKeys)

getting-started/platform-specific-guides/ios/social-login-+-embeded-wallet.md

-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
146146
return ParticleConnect.handleUrl(url)
147147
}
148148
}
149-
150149
```
151150

152151
{% hint style="info" %}

0 commit comments

Comments
 (0)