mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add public flag instead of system setting to enable signup (#3589)
This commit is contained in:
@ -17,7 +17,7 @@ func TestWorkspaceSettingV1Store(t *testing.T) {
|
||||
Key: storepb.WorkspaceSettingKey_GENERAL,
|
||||
Value: &storepb.WorkspaceSetting_GeneralSetting{
|
||||
GeneralSetting: &storepb.WorkspaceGeneralSetting{
|
||||
DisallowSignup: true,
|
||||
AdditionalScript: "",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user