Fix typo in github-authentication/github.ts (#129100)

This commit is contained in:
VocalTrance 2021-07-21 15:30:45 +02:00 committed by GitHub
parent d3d46dc019
commit 715798221b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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