Demo mode: automatically connect as demo user
This commit is contained in:
@@ -2,6 +2,7 @@ package dto
|
||||
|
||||
type AppInfo struct {
|
||||
RegistrationDisabled bool `json:"registrationDisabled"`
|
||||
DemoMode bool `json:"demoMode"`
|
||||
}
|
||||
|
||||
type BookGet struct {
|
||||
|
||||
Reference in New Issue
Block a user