Fixes for gmail oauth
This commit is contained in:
parent
a3779d0b01
commit
1ddf220448
1 changed files with 0 additions and 1 deletions
|
|
@ -497,7 +497,6 @@ class LoginController extends BaseController
|
|||
public function handleProviderCallback(string $provider)
|
||||
{
|
||||
$socialite_user = Socialite::driver($provider)
|
||||
->stateless()
|
||||
->user();
|
||||
|
||||
if($user = OAuth::handleAuth($socialite_user, $provider))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue