mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
logging for socialite
This commit is contained in:
parent
48f1db60db
commit
efa66f1a8b
@ -413,6 +413,10 @@ class LoginController extends BaseController
|
||||
|
||||
return $this->timeConstrainedResponse($cu);
|
||||
}
|
||||
|
||||
nlog("socialite");
|
||||
nlog($user);
|
||||
|
||||
$name = OAuth::splitName($user->name);
|
||||
|
||||
$new_account = [
|
||||
|
Loading…
Reference in New Issue
Block a user