mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-09-13 03:48:10 -04:00
Do no log client id when logging user event
This commit is contained in:
parent
b8299f7b8e
commit
20dcc05559
@ -74,7 +74,7 @@ class UpdateUserLastLogin implements ShouldQueue
|
||||
SystemLog::CATEGORY_SECURITY,
|
||||
SystemLog::EVENT_USER,
|
||||
SystemLog::TYPE_LOGIN_SUCCESS,
|
||||
$event->company->clients()->first(),
|
||||
null,
|
||||
$event->company,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user