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 } }) => ( { } />