Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa authored and github-actions[bot] committed Aug 27, 2024
1 parent 60090c9 commit 301c732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/Auth/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function loginWithFortify(): LoginResponse | Redirector | null

$request = request()->merge($data);

if (!Filament::auth()->attempt($this->getCredentialsFromFormData($data), $data['remember'] ?? false)) {
if (! Filament::auth()->attempt($this->getCredentialsFromFormData($data), $data['remember'] ?? false)) {
$this->throwFailureValidationException();
}

Expand Down

0 comments on commit 301c732

Please sign in to comment.