fix: oauth2 url update (#6489)

This commit is contained in:
lohit
2025-12-23 16:00:17 +05:30
committed by GitHub
parent 87c8934c45
commit 4831434e37

View File

@@ -8,7 +8,7 @@ const { safeParseJSON, safeStringifyJSON } = require('./common');
const { preferencesUtil } = require('../store/preferences');
const qs = require('qs');
const BRUNO_OAUTH2_CALLBACK_URL = 'https://oauth2.usebruno.com/callback';
const BRUNO_OAUTH2_CALLBACK_URL = 'https://oauth.usebruno.com/callback';
const oauth2Store = new Oauth2Store();