[Fix] Bug when sending code to SelectUser screen
Changes
- Changed the input variable in the Home screen to receive the code from the params that came from the qr code screen.
- Formated the code input in two different ways in the SelectUser screen to behave like string in both cases.
No task.
Change Type
- Bug fix (Not breaking change that fixes a bug)
- New feature (Not breaking change and adds a new feature)
- Build (Change on configuration)
- Breaking change (Change with potential of breaking a part of the project)
- This change requires a change on documentation
Screenshot
Checklist:
- My code follows the defined guidelines
- I reviewed and tested my code
- My changes don't cause new warnings
- My code has relevant tests
- My unit tests are passing