show information about demo account if enabled

This commit is contained in:
Athou
2022-08-13 18:00:07 +02:00
parent 198d9fb17e
commit 5cb09bc4c6
7 changed files with 15 additions and 1 deletions

View File

@@ -160,6 +160,7 @@ export interface ServerInfo {
allowRegistrations: boolean
googleAnalyticsCode?: string
smtpEnabled: boolean
demoAccountEnabled: boolean
}
export interface Settings {