Skip to content

Commit

Permalink
Add email field tooltip about SSO identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszbachorski committed Nov 4, 2024
1 parent 4807371 commit 51adb61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/~_dashboard/~users/UserForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => <Input type="email" {...field} />}
/>
<Field
Expand Down

0 comments on commit 51adb61

Please sign in to comment.