We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7544cd1 commit c5dcd2dCopy full SHA for c5dcd2d
src/FilamentDevelopersLogin.php
@@ -28,7 +28,6 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
28
->where($plugin->getColumn(), $credentials)
29
->first();
30
31
-
32
if (! $model) {
33
throw ValidationException::withMessages([
34
'developer-logins-failed' => __('filament-developer-logins::auth.messages.failed_not_found'),
0 commit comments