Update settings.go
This commit is contained in:
parent
64155c5bc0
commit
1476eb6dde
@ -15,7 +15,7 @@ type Settings struct {
|
||||
Key []byte `json:"key"`
|
||||
Signup bool `json:"signup"`
|
||||
CreateUserDir bool `json:"createUserDir"`
|
||||
UseInvitationCode bool `json:"useInvitationCode"`
|
||||
UseInvitationCode bool `json:"useInvitationCode"`
|
||||
InvitationCode string `json:"invitationCode"`
|
||||
Defaults UserDefaults `json:"defaults"`
|
||||
AuthMethod AuthMethod `json:"authMethod"`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user