-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[My Account] Add UI Support for Multiple Email Addresses and Mobile Numbers per User #6563
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6563 +/- ##
==========================================
+ Coverage 31.79% 32.02% +0.22%
==========================================
Files 41 41
Lines 890 893 +3
Branches 220 220
==========================================
+ Hits 283 286 +3
Misses 607 607
Flags with carried forward coverage won't be shown. Click here to find out more.
|
New behavior will only be applied in IS if following identity config is set to true explicitly in IS.
In cloud environment following deployment.config.json value should be set to true.
|
@PasinduYeshan there are some lint failures. Let's fix those too. |
…e and fix conflicts
* @param schema - schema of the attribute | ||
* @param value - value of the attribute | ||
*/ | ||
const handleMultiValuedItemDelete = (schema: ProfileSchema, value: string) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we move this to a util file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be tracked through
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Purpose
Add UI support for multiple email addresses and mobile numbers per user feature.
Multiple email addresses and mobile numbers config is enabled:
Screen.Recording.2024-11-05.at.13.03.38.mov
Multiple email addresses and mobile numbers config is disabled:
Screen.Recording.2024-07-08.at.17.19.25.mov
Related Issues
Related PRs
Checklist
Security checks