Point to our auth relay

This commit is contained in:
Asher 2020-12-16 13:43:42 -06:00
parent 58c1be57fa
commit 3cc74ccd79
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import Logger from './common/logger';
const localize = nls.loadMessageBundle();
export const NETWORK_ERROR = 'network error';
const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
public handleUri(uri: vscode.Uri) {