Demo mode: automatically connect as demo user

This commit is contained in:
2026-02-24 19:02:38 +01:00
parent c50c6901b9
commit 18b5f0f0e1
7 changed files with 50 additions and 20 deletions

View File

@@ -2,6 +2,7 @@ package dto
type AppInfo struct {
RegistrationDisabled bool `json:"registrationDisabled"`
DemoMode bool `json:"demoMode"`
}
type BookGet struct {