diff --git a/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js b/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js
index cfa36524a..1afdfca94 100644
--- a/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js
+++ b/packages/bruno-app/src/components/RequestPane/WSRequestPane/WSAuth/index.js
@@ -12,8 +12,7 @@ import { getTreePathFromCollectionToItem } from 'utils/collections/index';
import { updateRequestAuthMode, updateAuth } from 'providers/ReduxStore/slices/collections';
import { saveRequest } from 'providers/ReduxStore/slices/collections/actions';
-// List of auth modes supported by gRPC
-const supportedAuthModes = ['basic', 'bearer', 'apikey', 'oauth2', 'none', 'inherit'];
+const supportedAuthModes = ['basic', 'bearer', 'apikey', 'none', 'inherit'];
const WSAuth = ({ item, collection }) => {
const dispatch = useDispatch();
@@ -81,7 +80,12 @@ const WSAuth = ({ item, collection }) => {
return