Fix/UI notification (#718)

This commit is contained in:
dashuai
2024-01-11 16:37:40 +08:00
committed by GitHub
parent 4859b1d61c
commit da65266014
+1 -1
View File
@@ -39,7 +39,7 @@ const Index: FC = () => {
type: 'boolean',
title: t('membership.title'),
description: t('membership.text'),
default: false,
default: true,
},
allow_email_registrations: {
type: 'boolean',