mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 21:41:46 +01:00
Remove old getSessions and login methods from auth provider API
This commit is contained in:
@@ -17,7 +17,7 @@ class GitHubCredentialProvider implements CredentialsProvider {
|
||||
}
|
||||
|
||||
const session = await getSession();
|
||||
return { username: session.account.id, password: await session.getAccessToken() };
|
||||
return { username: session.account.id, password: session.accessToken };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user