code-server/src/node
karesansui 622efbd04a fix: remove config file path from login page
The login page displayed the full config file path (e.g.
/home/username/.config/code-server/config.yaml), which exposes
the username and system layout to anyone who can see the page.

The path is already printed in the CLI output when starting
code-server, so showing it on the login page is unnecessary.

Fixes #7643
2026-03-17 00:28:52 +09:00
..
i18n fix: remove config file path from login page 2026-03-17 00:28:52 +09:00
routes fix: remove config file path from login page 2026-03-17 00:28:52 +09:00
app.ts
cli.ts
constants.ts
entry.ts
heart.ts
http.ts
main.ts
proxy.ts
settings.ts
socket.ts
update.ts
util.ts
vscodeSocket.ts
wrapper.ts
wsRouter.ts