You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(panel): clean up login screen copy and add runtime awareness
- Remove environment variable password hint from login form
- Add `runtime` field to session info to indicate `"docker"` or `"process"` mode
- Only show Docker-socket warning when panel is actually running in Docker mode
- Refactor `SessionBody` creation into reusable `session_body()` function
- Update TypeScript types with `PanelRuntime` type and runtime field
0 commit comments