fix: fix oauth login bad credentials (#4688)
This commit is contained in:
@@ -88,7 +88,7 @@ class OAuthController extends Controller
|
||||
return Route::respondWithRoute('oauth.verify');
|
||||
}
|
||||
|
||||
return null;
|
||||
return $this->respondUnauthorized();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user