Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick authored and github-actions[bot] committed Aug 20, 2022
1 parent f4ad854 commit 03dab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function handleFailed(Failed $event): void
if (! in_array($event->guard, config('auth-notifications.listen_to.login_failed.guards'))) {
return;
}

if (empty($event->user)) {
return;
}
Expand Down

0 comments on commit 03dab43

Please sign in to comment.