From e850b82fb3ad0e3b91c845f920a325d6353a9fe8 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Tue, 19 Mar 2024 17:16:34 -0700 Subject: [PATCH] improved admin dashboard UI --- .../views/admin/DashboardPage/DashboardPage.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx index 98ea827fd..d5bc4097e 100644 --- a/frontend/src/views/admin/DashboardPage/DashboardPage.tsx +++ b/frontend/src/views/admin/DashboardPage/DashboardPage.tsx @@ -119,9 +119,12 @@ export const AdminDashboardPage = () => { className="mb-6 rounded-lg border border-mineshaft-600 bg-mineshaft-900 p-4" onSubmit={handleSubmit(onFormSubmit)} > -
-
- Allow user sign up +
+
+ Allow user signups +
+
+ Select if you want users to be able to signup freely into your Infisical instance.
{ />
{signupMode === "anyone" && ( -
-
- Restrict sign up by email domain(s) +
+
+ Restrict signup by email domain(s)