Cleanup related to phone country change

This commit is contained in:
Kijin Sung 2020-03-18 23:56:54 +09:00
parent 0e9ce525da
commit 1db4a9d752
9 changed files with 60 additions and 8 deletions

View file

@ -266,7 +266,7 @@ class memberAdminView extends member
Context::set('country_list', $country_list);
if(!$config->phone_number_default_country && Context::get('lang_type') === 'ko')
{
$config->phone_number_default_country = '82';
$config->phone_number_default_country = 'KOR';
}
$this->setTemplateFile('signup_config');