fix: fix oauth login bad credentials (#4688)

This commit is contained in:
Alexis Saettler
2020-12-12 13:45:34 +01:00
committed by GitHub
parent 65cde104fd
commit 28d4cc94bb
3 changed files with 37 additions and 1 deletions
@@ -88,7 +88,7 @@ class OAuthController extends Controller
return Route::respondWithRoute('oauth.verify');
}
return null;
return $this->respondUnauthorized();
}
/**