mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Account fix (#63)
* Admin Panel * fixes -Code Clean Up -Remove dist folder and merged into tools. * Use Acc Name Use Acc Name fix for login. * Pull fix * Dashboard fix - Fix coins table - Fix points table
This commit is contained in:
@@ -24,7 +24,9 @@ if(isset($errors)) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$twig->display('admin.login.html.twig', array(
|
||||
'errors' => $search_errors,
|
||||
'logout' => $logout
|
||||
'logout' => $logout,
|
||||
'account' => USE_ACCOUNT_NAME ? 'Name' : 'Number',
|
||||
));
|
Reference in New Issue
Block a user