Fixes regarding not working google recaptcha (+few previous commits)

This commit is contained in:
slawkens
2024-05-30 17:36:07 +02:00
parent 933b681a9f
commit a1bcb217ec
2 changed files with 266 additions and 280 deletions

View File

@@ -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;