mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04: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…
x
Reference in New Issue
Block a user