We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec1e2d commit cfe2ed2Copy full SHA for cfe2ed2
patches/logout.diff
@@ -44,7 +44,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
44
codeServerVersion: this._productService.codeServerVersion,
45
rootEndpoint: base,
46
updateEndpoint: !this._environmentService.args['disable-update-check'] ? base + '/update/check' : undefined,
47
-+ logoutEndpoint: this._environmentService.args['auth'] ? base + '/logout' : undefined,
++ logoutEndpoint: this._environmentService.args['auth'] && this._environmentService.args['auth'] !== "none" ? base + '/logout' : undefined,
48
embedderIdentifier: 'server-distro',
49
extensionsGallery: this._productService.extensionsGallery,
50
},
0 commit comments