From ff4b94385402b8c22722b2aa99f68b5af585db0b Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 22 Feb 2024 16:04:12 -0500 Subject: [PATCH] fix admin signup phrasing --- frontend/src/views/admin/DashboardPage/DashboardPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx index 2c7e3662a..8231d2924 100644 --- a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx +++ b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx @@ -121,7 +121,7 @@ export const AdminDashboardPage = () => { >
- Allow user to Sign Up + Allow user sign up
{ {signupMode === "anyone" && (
- Allow email with only specific domain(s) + Restrict sign up by email domain(s)
{ name="allowedSignUpDomain" render={({ field, fieldState: { error } }) => ( { } />