Add files via upload
This commit is contained in:
parent
11b47e6898
commit
a768d37f3b
@ -15,6 +15,8 @@ type Settings struct {
|
|||||||
Key []byte `json:"key"`
|
Key []byte `json:"key"`
|
||||||
Signup bool `json:"signup"`
|
Signup bool `json:"signup"`
|
||||||
CreateUserDir bool `json:"createUserDir"`
|
CreateUserDir bool `json:"createUserDir"`
|
||||||
|
UseInvitationCode bool `json:"useInvitationCode"`
|
||||||
|
InvitationCode string `json:"invitationCode"`
|
||||||
Defaults UserDefaults `json:"defaults"`
|
Defaults UserDefaults `json:"defaults"`
|
||||||
AuthMethod AuthMethod `json:"authMethod"`
|
AuthMethod AuthMethod `json:"authMethod"`
|
||||||
Branding Branding `json:"branding"`
|
Branding Branding `json:"branding"`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user