Skip to content

Commit

Permalink
CSFix
Browse files Browse the repository at this point in the history
  • Loading branch information
bramr94 committed Oct 11, 2024
1 parent 7544cd1 commit c5dcd2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FilamentDevelopersLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
->where($plugin->getColumn(), $credentials)
->first();


if (! $model) {
throw ValidationException::withMessages([
'developer-logins-failed' => __('filament-developer-logins::auth.messages.failed_not_found'),
Expand Down

0 comments on commit c5dcd2d

Please sign in to comment.