Skip to content

Commit fe5816e

Browse files
committed
chore: improved the oauth help message
1 parent 23704a0 commit fe5816e

File tree

1 file changed

+3
-1
lines changed
  • packages/bruno-app/src/components/RequestPane/Auth

1 file changed

+3
-1
lines changed

Diff for: packages/bruno-app/src/components/RequestPane/Auth/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ const Auth = ({ item, collection }) => {
4141
<div>Collection level auth is: </div>
4242
<div className="inherit-mode-text">{humanizeRequestAuthMode(collectionAuth?.mode)}</div>
4343
</div>
44-
<div className="text-sm opacity-50">Cannot inherit Oauth2 from collection.</div>
44+
<div className="text-sm opacity-50">
45+
Note: You need to use scripting to set the access token in the request headers.
46+
</div>
4547
</div>
4648
) : (
4749
<>

0 commit comments

Comments
 (0)