mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 06:04:34 -04:00
Fix for missing method property
This commit is contained in:
parent
a98c70bfed
commit
f28ba178ee
@ -34,7 +34,7 @@ class OAuth
|
|||||||
* @param Socialite $user
|
* @param Socialite $user
|
||||||
* @return bool|\App\Models\User|\App\Libraries\App\Models\User|null
|
* @return bool|\App\Models\User|\App\Libraries\App\Models\User|null
|
||||||
*/
|
*/
|
||||||
public static function handleAuth($socialite_user)
|
public static function handleAuth($socialite_user, $provider)
|
||||||
{
|
{
|
||||||
/** 1. Ensure user arrives on the correct provider **/
|
/** 1. Ensure user arrives on the correct provider **/
|
||||||
$query = [
|
$query = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user