mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore: improved the oauth help message
This commit is contained in:
parent
23704a0800
commit
fe5816eb9a
@ -41,7 +41,9 @@ const Auth = ({ item, collection }) => {
|
||||
<div>Collection level auth is: </div>
|
||||
<div className="inherit-mode-text">{humanizeRequestAuthMode(collectionAuth?.mode)}</div>
|
||||
</div>
|
||||
<div className="text-sm opacity-50">Cannot inherit Oauth2 from collection.</div>
|
||||
<div className="text-sm opacity-50">
|
||||
Note: You need to use scripting to set the access token in the request headers.
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user