From fe5816eb9aa7dbfdcddb43220f748aec87045597 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Mon, 29 Apr 2024 19:37:31 +0530 Subject: [PATCH] chore: improved the oauth help message --- packages/bruno-app/src/components/RequestPane/Auth/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/RequestPane/Auth/index.js b/packages/bruno-app/src/components/RequestPane/Auth/index.js index f525b065c..51a1450f1 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/index.js @@ -41,7 +41,9 @@ const Auth = ({ item, collection }) => {
Collection level auth is:
{humanizeRequestAuthMode(collectionAuth?.mode)}
-
Cannot inherit Oauth2 from collection.
+
+ Note: You need to use scripting to set the access token in the request headers. +
) : ( <>