Merge branch 'main' into sandy081/settingsSync/align

This commit is contained in:
Sandeep Somavarapu
2021-02-17 19:11:17 +01:00
305 changed files with 8244 additions and 20176 deletions

View File

@@ -206,7 +206,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
let accounts: Map<string, UserDataSyncAccount> = new Map<string, UserDataSyncAccount>();
let currentAccount: UserDataSyncAccount | null = null;
const sessions = await this.authenticationService.getAllSessions(authenticationProviderId) || [];
const sessions = await this.authenticationService.getSessions(authenticationProviderId) || [];
for (const session of sessions) {
const account: UserDataSyncAccount = new UserDataSyncAccount(authenticationProviderId, session);
accounts.set(account.accountName, account);