Skip to content

Commit e2ec5db

Browse files
committed
Update changeset
1 parent 0bd48d7 commit e2ec5db

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.changeset/fast-items-film.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ Adds a defaultSmsCountryCode configuration option to In-App and Ecosystem Wallet
88
createWallet("inApp", {
99
auth: {
1010
options: [
11-
"google",
12-
"discord",
13-
"telegram",
1411
"email",
15-
"passkey",
1612
"phone",
17-
"farcaster",
18-
"line",
1913
],
2014
mode: "redirect",
21-
passkeyDomain: getDomain(),
22-
defaultSmsCountryCode: "AF",
15+
defaultSmsCountryCode: "IN", // Default country code for SMS
2316
},
2417
}),
2518
```

0 commit comments

Comments
 (0)