We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c1be5 commit 3cc74ccCopy full SHA for 3cc74cc
lib/vscode/extensions/github-authentication/src/githubServer.ts
@@ -13,7 +13,7 @@ import Logger from './common/logger';
13
const localize = nls.loadMessageBundle();
14
15
export const NETWORK_ERROR = 'network error';
16
-const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
+const AUTH_RELAY_SERVER = 'auth.code-server.dev';
17
18
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
19
public handleUri(uri: vscode.Uri) {
0 commit comments