Skip to content

Commit 99d2497

Browse files
[Dashboard] Add Indonesia to SMS country select options (#6978)
1 parent a5a1d17 commit 99d2497

File tree

1 file changed

+2
-0
lines changed
  • apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select

1 file changed

+2
-0
lines changed

apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export const countryNames: Record<string, string> = {
5959
HU: "Hungary",
6060
IE: "Ireland",
6161
IN: "India",
62+
ID: "Indonesia",
6263
IS: "Iceland",
6364
IT: "Italy",
6465
JP: "Japan",
@@ -282,6 +283,7 @@ export const countryPrefixes: Record<string, string> = {
282283
HU: "+36",
283284
IE: "+353",
284285
IN: "+91",
286+
ID: "+62",
285287
IS: "+354",
286288
IT: "+39",
287289
JP: "+81",

0 commit comments

Comments
 (0)