Skip to content

Commit

Permalink
Fixes regarding not working google recaptcha (+few previous commits)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed May 30, 2024
1 parent 933b681 commit a1bcb21
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 278 deletions.
3 changes: 2 additions & 1 deletion system/pages/account/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'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;
Expand Down
Loading

0 comments on commit a1bcb21

Please sign in to comment.