You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Redirect the user to the provider authentication page.
@@ -54,7 +54,7 @@ public function login(Request $request, $provider)
54
54
// GuzzleHttp\Exception\ClientException
55
55
// Client error: `POST https://gitlab.com/oauth/token` resulted in a `401 Unauthorized` response: {"error":"invalid_grant","error_description":"The provided authorization grant is invalid, expired, revoked, does not ma (truncated...)
56
56
// $this->sendFailedLoginResponse
57
-
57
+
58
58
// If we find a registered user with the
59
59
// same identity we attempt to login
60
60
@@ -63,16 +63,15 @@ public function login(Request $request, $provider)
0 commit comments