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.
2 parents 02e8a75 + 791a76d commit 48aace3Copy full SHA for 48aace3
src/Listeners/FailedLoginListener.php
@@ -40,7 +40,7 @@ public function handle($event): void
40
'user_agent' => $this->request->userAgent(),
41
'login_at' => now(),
42
'login_successful' => false,
43
- 'location' => config('authentication-log.notifications.new-device.location') ? optional(geoip()->getLocation($ip))->toArray() : null,
+ 'location' => config('authentication-log.notifications.failed-login.location') ? optional(geoip()->getLocation($ip))->toArray() : null,
44
]);
45
46
if (config('authentication-log.notifications.failed-login.enabled')) {
0 commit comments