We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a1d17 commit 99d2497Copy full SHA for 99d2497
apps/dashboard/src/components/embedded-wallets/Configure/sms-country-select/utils.ts
@@ -59,6 +59,7 @@ export const countryNames: Record<string, string> = {
59
HU: "Hungary",
60
IE: "Ireland",
61
IN: "India",
62
+ ID: "Indonesia",
63
IS: "Iceland",
64
IT: "Italy",
65
JP: "Japan",
@@ -282,6 +283,7 @@ export const countryPrefixes: Record<string, string> = {
282
283
HU: "+36",
284
IE: "+353",
285
IN: "+91",
286
+ ID: "+62",
287
IS: "+354",
288
IT: "+39",
289
JP: "+81",
0 commit comments