Implement UI toggle for Hide Local Login (related to issue #750)

This commit is contained in:
courtmanr@gmail.com 2025-11-25 08:14:19 +00:00
parent a68f2de3e6
commit f4c2bd7c35
7 changed files with 382 additions and 332 deletions

View file

@ -82,6 +82,7 @@ Environment variables take precedence over `system.json`.
| `LOG_LEVEL` | Log verbosity | `info` |
| `DISCOVERY_ENABLED` | Auto-discover nodes | `false` |
| `ALLOWED_ORIGINS` | CORS allowed domains | `""` (Same origin) |
| `PULSE_AUTH_HIDE_LOCAL_LOGIN` | Hide username/password form (useful for SSO) | `false` |
---