mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge pull request #5747 from turbo124/v5-develop
Do not log client id when logging user event
This commit is contained in:
commit
3a0ff99f3d
@ -74,7 +74,7 @@ class UpdateUserLastLogin implements ShouldQueue
|
|||||||
SystemLog::CATEGORY_SECURITY,
|
SystemLog::CATEGORY_SECURITY,
|
||||||
SystemLog::EVENT_USER,
|
SystemLog::EVENT_USER,
|
||||||
SystemLog::TYPE_LOGIN_SUCCESS,
|
SystemLog::TYPE_LOGIN_SUCCESS,
|
||||||
$event->company->clients()->first(),
|
null,
|
||||||
$event->company,
|
$event->company,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user