Skip to content

Commit fecc7f2

Browse files
committed
Point to our auth relay
1 parent 6af4f53 commit fecc7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/extensions/github-authentication/src/githubServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Logger from './common/logger';
1313
const localize = nls.loadMessageBundle();
1414

1515
export const NETWORK_ERROR = 'network error';
16-
const AUTH_RELAY_SERVER = 'vscode-auth.github.com';
16+
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
1717

1818
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
1919
public handleUri(uri: vscode.Uri) {

0 commit comments

Comments
 (0)