-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨Improve phone registration #3624
Conversation
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.
👍 very nice!
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.
that looks very pretty!
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.
👍
Kudos, SonarCloud Quality Gate passed! |
What do these changes do?
We had a couple of users hitting a wall at the phone registration step. Apparently, the phone number validation method is not enough.
In order to make the phone number registration process smoother, this PR integrates the third party intl-tel-input library. This library converts a phone-input field into a form with a list of countries, and their country codes, together with a placeholder for each case. It also provides a method to convert user specified phone number to E.164 format, required by our Messaging service.
Related issue/s
Improves 2FA ITISFoundation/osparc-issues#765
How to test
Checklist