SIGN IN SIGN UP

fix: remove config file path from login page (#7709)

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
K
Karesansui committed
d7599ae360900ad55b503e3c840b417a1eae4798
Parent: 13ca0e4
Committed by GitHub <noreply@github.com> on 3/18/2026, 10:00:54 PM