mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Fix typo in github-authentication/github.ts (#129100)
This commit is contained in:
@@ -86,7 +86,7 @@ export class GitHubAuthenticationProvider implements vscode.AuthenticationProvid
|
||||
try {
|
||||
await this._githubServer.getUserInfo(session.accessToken);
|
||||
this.afterTokenLoad(session.accessToken);
|
||||
Logger.info(`Verified sesion with the following scopes: ${session.scopes}`);
|
||||
Logger.info(`Verified session with the following scopes: ${session.scopes}`);
|
||||
verifiedSessions.push(session);
|
||||
} catch (e) {
|
||||
// Remove sessions that return unauthorized response
|
||||
|
||||
Reference in New Issue
Block a user