mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Update callback url for ms authentication when not using local server
This commit is contained in:
@@ -359,7 +359,7 @@ export class AzureActiveDirectoryService {
|
||||
case 'online.dev.core.vsengsaas.visualstudio.com':
|
||||
return 'vsodev,';
|
||||
default:
|
||||
return '';
|
||||
return `${callbackUri.scheme},`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user