From 51adb610e381f1e99fbc41450946a2a29e83185e Mon Sep 17 00:00:00 2001
From: Arkadiusz Bachorski
<60391032+arkadiuszbachorski@users.noreply.github.com>
Date: Mon, 4 Nov 2024 10:25:03 +0100
Subject: [PATCH] Add email field tooltip about SSO identifier
---
routes/~_dashboard/~users/UserForm.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/routes/~_dashboard/~users/UserForm.tsx b/routes/~_dashboard/~users/UserForm.tsx
index 339c3d75..e647de18 100644
--- a/routes/~_dashboard/~users/UserForm.tsx
+++ b/routes/~_dashboard/~users/UserForm.tsx
@@ -81,6 +81,7 @@ export const UserForm = ({
control={form.control}
name="email"
label="Email"
+ tooltip="Email should be the unique SSO indentifier of your organization"
render={({ field }) => }
/>