Commit 3e775369 authored by Ben Wheeler's avatar Ben Wheeler

use country code options in regular registration

parent 70d81b85
...@@ -44,7 +44,7 @@ const getCountryOptions = reactIntl => ( ...@@ -44,7 +44,7 @@ const getCountryOptions = reactIntl => (
disabled: true, disabled: true,
value: '' value: ''
}, },
...countryData.registrationCountryOptions ...countryData.registrationCountryCodeOptions
] ]
); );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment