Merge pull request #941 from openclassify/muammer2

#3134 Default country for login
This commit is contained in:
Fatih Alp 2021-02-08 12:00:12 +03:00 committed by GitHub
commit 1d2bebccd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
{{ form.fields.email.setAttributes({
'class': phoneLogin ? 'form-control phone' : 'form-control'
}).input|raw }}
<div id="default-phone-country" class="hidden">{{ setting_value('visiosoft.module.location::country_for_phone_field') }}</div>
</div>
</div>
</div>