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 6af4f53 commit fecc7f2Copy full SHA for fecc7f2
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