From f28ba178ee877e88db587df5c1269bb23b0ec24a Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 10 Jun 2021 14:32:53 +1000 Subject: [PATCH] Fix for missing method property --- app/Libraries/OAuth/OAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/OAuth/OAuth.php b/app/Libraries/OAuth/OAuth.php index de61d5c92e38..160824afdf43 100644 --- a/app/Libraries/OAuth/OAuth.php +++ b/app/Libraries/OAuth/OAuth.php @@ -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 = [