-
Notifications
You must be signed in to change notification settings - Fork 89
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
fix: cleanup username creation component #2216
Conversation
Things left to do in this PR:
|
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.
It looks like there are some failing tests related to the change, otherwise looks good to me.
Right, it seems newly created test is passing locally but failing on CI... I'll just remove it to limit the amount of time spent on this task |
* fix: cleanup username creation component * fix: lint and test * fix: split username registration component * fix: tests * chore: update CHANGELOG.md * test: remove non-deterministic test
* fix: cleanup username creation component * fix: lint and test * fix: split username registration component * fix: tests * chore: update CHANGELOG.md * test: remove non-deterministic test
Pull Request Checklist
(Optional) Mobile checklist
Please ensure you completed the following checks if you did any changes to the mobile package:
Description
Solves #2156