mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add system setting to allow user signup (#407)
This commit is contained in:
@@ -5,4 +5,6 @@ import "github.com/usememos/memos/server/profile"
|
||||
type SystemStatus struct {
|
||||
Host *User `json:"host"`
|
||||
Profile *profile.Profile `json:"profile"`
|
||||
// System settings
|
||||
AllowSignUp bool `json:"allowSignUp"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user