Skip to content

Commit

Permalink
wpi
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysanthos authored Nov 8, 2022
1 parent a2c3a11 commit 8da416f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Listeners/AuthAttemptListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public function handle($event)
]);

if (config('auth-logging.sync', true)) {
LogAuthAction::dispatch($payload);
} else {
LogAuthAction::dispatchSync($payload);
} else {
LogAuthAction::dispatch($payload);
}
}
}

0 comments on commit 8da416f

Please sign in to comment.