diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js index 5a9c1ef9b..c0c59e97a 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/AuthorizationCode/index.js @@ -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 /> diff --git a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js index d89360162..c80fb5087 100644 --- a/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js +++ b/packages/bruno-app/src/components/RequestPane/Auth/OAuth2/Implicit/index.js @@ -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 />