mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +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();
|
||||
|
||||
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 {
|
||||
public handleUri(uri: vscode.Uri) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue