From da65266014ce8950c82443454697a4ae8cb6f8fa Mon Sep 17 00:00:00 2001 From: dashuai Date: Thu, 11 Jan 2024 16:37:40 +0800 Subject: [PATCH] Fix/UI notification (#718) --- ui/src/pages/Admin/Login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Admin/Login/index.tsx b/ui/src/pages/Admin/Login/index.tsx index 7355a23e..c58a293b 100644 --- a/ui/src/pages/Admin/Login/index.tsx +++ b/ui/src/pages/Admin/Login/index.tsx @@ -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',