fix: oauth2 callback url field placeholder text update (#6588)

This commit is contained in:
lohit
2025-12-31 18:20:02 +05:30
committed by GitHub
parent 71413b9154
commit 4d519df8bc
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>