From 3cc74ccd799ebc484fc7f04ab0b4d33de99ea0b2 Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 16 Dec 2020 13:43:42 -0600 Subject: [PATCH] Point to our auth relay --- lib/vscode/extensions/github-authentication/src/githubServer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vscode/extensions/github-authentication/src/githubServer.ts b/lib/vscode/extensions/github-authentication/src/githubServer.ts index 55c0e4ef..421bb7de 100644 --- a/lib/vscode/extensions/github-authentication/src/githubServer.ts +++ b/lib/vscode/extensions/github-authentication/src/githubServer.ts @@ -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 implements vscode.UriHandler { public handleUri(uri: vscode.Uri) {