Update Microsoft auth callbacks

This commit is contained in:
Rachel Macfarlane 2020-07-24 09:11:23 -07:00
parent 2de4997494
commit 3c96ef7d89

View file

@ -339,7 +339,7 @@ export class AzureActiveDirectoryService {
}
private getCallbackEnvironment(callbackUri: vscode.Uri): string {
if (callbackUri.authority.endsWith('.workspaces.github.com')) {
if (callbackUri.authority.endsWith('.workspaces.github.com') || callbackUri.authority.endsWith('.github.dev')) {
return `${callbackUri.authority},`;
}