mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
depend on stable vscode.dev for auth extensions
This commit is contained in:
@@ -20,8 +20,7 @@ import path = require('path');
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
// TODO: Change to stable when it's deployed.
|
||||
const redirectUrl = 'https://insiders.vscode.dev/redirect';
|
||||
const redirectUrl = 'https://vscode.dev/redirect';
|
||||
const loginEndpointUrl = 'https://login.microsoftonline.com/';
|
||||
const DEFAULT_CLIENT_ID = 'aebc6443-996d-45c2-90f0-388ff96faa56';
|
||||
const DEFAULT_TENANT = 'organizations';
|
||||
|
||||
Reference in New Issue
Block a user