mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
small fixes to account_login_by_email
This commit is contained in:
@@ -26,8 +26,13 @@ if(config('account_create_character_create')) {
|
||||
}
|
||||
|
||||
$account_type = 'number';
|
||||
if(USE_ACCOUNT_NAME) {
|
||||
$account_type = 'name';
|
||||
if (config('account_login_by_email')) {
|
||||
$account_type = 'Email Address';
|
||||
}
|
||||
else {
|
||||
if(USE_ACCOUNT_NAME) {
|
||||
$account_type = 'name';
|
||||
}
|
||||
}
|
||||
|
||||
$errors = array();
|
||||
|
Reference in New Issue
Block a user