mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 13:54:34 -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);
|
return $this->timeConstrainedResponse($cu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nlog("socialite");
|
||||||
|
nlog($user);
|
||||||
|
|
||||||
$name = OAuth::splitName($user->name);
|
$name = OAuth::splitName($user->name);
|
||||||
|
|
||||||
$new_account = [
|
$new_account = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user