mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
Add some debug entries.
This commit is contained in:
@@ -135,7 +135,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
$repository = app(UserRepositoryInterface::class);
|
||||
$user = $repository->findNull((int)$oauthClient->user_id);
|
||||
if (null === $user) {
|
||||
Log::error('OAuth client generated but no user associated.');
|
||||
Log::info('OAuth client generated but no user associated.');
|
||||
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user