Update callback url for ms authentication when not using local server

This commit is contained in:
Rachel Macfarlane
2020-10-17 09:45:19 -07:00
parent 41e73c836f
commit 74ef0a92fe

View File

@@ -359,7 +359,7 @@ export class AzureActiveDirectoryService {
case 'online.dev.core.vsengsaas.visualstudio.com':
return 'vsodev,';
default:
return '';
return `${callbackUri.scheme},`;
}
}