Merge branch 'more-country-codes' into 'develop'
CountryCodeDropdown: support +55, +351 See merge request soapbox-pub/soapbox!1801
This commit is contained in:
commit
8772d19128
|
@ -1,7 +1,9 @@
|
||||||
/** List of supported E164 country codes. */
|
/** List of supported E164 country codes. */
|
||||||
const COUNTRY_CODES = [
|
const COUNTRY_CODES = [
|
||||||
'1',
|
'1',
|
||||||
|
'351',
|
||||||
'44',
|
'44',
|
||||||
|
'55',
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
/** Supported E164 country code. */
|
/** Supported E164 country code. */
|
||||||
|
|
Loading…
Reference in New Issue