We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23704a0 commit fe5816eCopy full SHA for fe5816e
packages/bruno-app/src/components/RequestPane/Auth/index.js
@@ -41,7 +41,9 @@ const Auth = ({ item, collection }) => {
41
<div>Collection level auth is: </div>
42
<div className="inherit-mode-text">{humanizeRequestAuthMode(collectionAuth?.mode)}</div>
43
</div>
44
- <div className="text-sm opacity-50">Cannot inherit Oauth2 from collection.</div>
+ <div className="text-sm opacity-50">
45
+ Note: You need to use scripting to set the access token in the request headers.
46
+ </div>
47
48
) : (
49
<>
0 commit comments