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