mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01: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::EVENT_USER,
|
||||
SystemLog::TYPE_LOGIN_SUCCESS,
|
||||
$event->company->clients()->first(),
|
||||
null,
|
||||
$event->company,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user