mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
fix: oauth2 url update (#6489)
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user