Skip to content

Commit

Permalink
Add email field tooltip about SSO identifier (#83)
Browse files Browse the repository at this point in the history
# Add email field tooltip about SSO identifier

## ♻️ Current situation & Problem
Email field might be unclear.


## ⚙️ Release Notes 
* Add email field tooltip about SSO identifier


![image](https://github.com/user-attachments/assets/80f51ec7-2207-4f61-963a-e014893de824)


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
arkadiuszbachorski authored Nov 5, 2024
1 parent 5b0ea0e commit c835211
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 c835211

Please sign in to comment.