We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UpdateUsersTimezone
1 parent b03f493 commit cc171e9Copy full SHA for cc171e9
src/Listeners/Auth/UpdateUsersTimezone.php
@@ -65,7 +65,7 @@ public function handle($event)
65
*/
66
private function notify(Location $geoip_info)
67
{
68
- if (config('timezone.flash') == 'off') {
+ if (request()->hasSession() && config('timezone.flash') == 'off') {
69
return;
70
}
71
0 commit comments