We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf9ef5 commit f4a9652Copy full SHA for f4a9652
src/Filament/Pages/Login.php
@@ -18,11 +18,6 @@ public function authenticate(): null|TwoFactorAuthResponse|LoginResponse
18
{
19
$this->handleRateLimiting();
20
21
- // Stop execution if there are validation errors
22
- if ($this->getErrorBag()->isNotEmpty()) {
23
- return null;
24
- }
25
-
26
$data = $this->form->getState();
27
$credentials = $this->getCredentialsFromFormData($data);
28
$remember = $data['remember'] ?? false;
0 commit comments