mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 00:44:31 +01:00
Point to our auth relay
This commit is contained in:
parent
58c1be57fa
commit
3cc74ccd79
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import Logger from './common/logger';
|
||||||
const localize = nls.loadMessageBundle();
|
const localize = nls.loadMessageBundle();
|
||||||
|
|
||||||
export const NETWORK_ERROR = 'network error';
|
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 {
|
class UriEventHandler extends vscode.EventEmitter<vscode.Uri> implements vscode.UriHandler {
|
||||||
public handleUri(uri: vscode.Uri) {
|
public handleUri(uri: vscode.Uri) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue