mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 13:45:52 +00:00
fix: oauth2 callback url field placeholder text update (#6588)
This commit is contained in:
@@ -172,7 +172,7 @@ const OAuth2AuthorizationCode = ({ save, item = {}, request, handleRun, updateAu
|
||||
onRun={handleRun}
|
||||
collection={collection}
|
||||
item={item}
|
||||
placeholder={useSystemBrowser ? 'https://oauth2.usebruno.com/callback' : undefined}
|
||||
placeholder={useSystemBrowser ? 'https://oauth.usebruno.com/callback' : undefined}
|
||||
isCompact
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,7 +127,7 @@ const OAuth2Implicit = ({ save, item = {}, request, handleRun, updateAuth, colle
|
||||
onRun={handleRun}
|
||||
collection={collection}
|
||||
item={item}
|
||||
placeholder={useSystemBrowser ? 'https://oauth2.usebruno.com/callback' : undefined}
|
||||
placeholder={useSystemBrowser ? 'https://oauth.usebruno.com/callback' : undefined}
|
||||
isCompact
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user