1
0
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:
David Bomba 2021-05-19 13:09:14 +10:00 committed by GitHub
commit 3a0ff99f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
);