mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Rename login/logout to createSession/removeSession
This commit is contained in:
@@ -471,7 +471,7 @@ export class UserDataSyncWorkbenchService extends Disposable implements IUserDat
|
||||
}
|
||||
let sessionId: string, accountName: string, accountId: string;
|
||||
if (isAuthenticationProvider(result)) {
|
||||
const session = await this.authenticationService.login(result.id, result.scopes);
|
||||
const session = await this.authenticationService.createSession(result.id, result.scopes);
|
||||
sessionId = session.id;
|
||||
accountName = session.account.label;
|
||||
accountId = session.account.id;
|
||||
|
||||
Reference in New Issue
Block a user