mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Fixes regarding not working google recaptcha (+few previous commits)
This commit is contained in:
@@ -19,7 +19,8 @@ if(!$logged)
|
||||
'redirect' => $_REQUEST['redirect'] ?? null,
|
||||
'account' => USE_ACCOUNT_NAME ? 'Name' : 'Number',
|
||||
'account_login_by' => getAccountLoginByLabel(),
|
||||
'error' => $errors[0] ?? null
|
||||
'error' => $errors[0] ?? null,
|
||||
'errors' => $errors ?? [],
|
||||
));
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user