Skip to content
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

🐛bug: welcome msg view in the other username state #28

Closed
SantiagoGaonaC opened this issue Oct 8, 2023 · 1 comment
Closed

🐛bug: welcome msg view in the other username state #28

SantiagoGaonaC opened this issue Oct 8, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@SantiagoGaonaC
Copy link
Member

The username of the state is being displayed when it should not be displayed, since it should only be displayed for users who have biometrics active in the welcome message:

image

@SantiagoGaonaC
Copy link
Member Author

The hasBiometric state handling in the loginScreen is not being correctly validated as true or false

SantiagoGaonaC added a commit that referenced this issue Oct 11, 2023
* feat: new type connection to proxy (#9)

* refactor: change type variable .env

* feat: connection to the proxy via HTTP & check new endpoints

* feat: terms and conditions modal

Terms and conditions modal is added at the time of user registration.
In addition, the auto_size_text package is added for text management on different devices

* feat: validation of fields in the registration form

Implementation of the registration form fields with their validation.

* feat: validating equal passwords in form.

Password validation is done on the registration form, in addition to using modal when validating fields.

* feat: register options with merge biometricts login

registration functionality through username and password

* feat: register added (#26) & change to secure storage

* feat: customErros added of proxy response (#25)

* refactor: recome closeModalCallback

* fix: temporary authentication & authentication with biometrics under states (#24)

* fix: state invalid in login-screen (#28)
SantiagoGaonaC added a commit that referenced this issue Oct 11, 2023
#34)

* fix: user state biometric (#33)

* feat: new type connection to proxy (#9)

* refactor: change type variable .env

* feat: connection to the proxy via HTTP & check new endpoints

* feat: terms and conditions modal

Terms and conditions modal is added at the time of user registration.
In addition, the auto_size_text package is added for text management on different devices

* feat: validation of fields in the registration form

Implementation of the registration form fields with their validation.

* feat: validating equal passwords in form.

Password validation is done on the registration form, in addition to using modal when validating fields.

* feat: register options with merge biometricts login

registration functionality through username and password

* feat: register added (#26) & change to secure storage

* feat: customErros added of proxy response (#25)

* refactor: recome closeModalCallback

* fix: temporary authentication & authentication with biometrics under states (#24)

* fix: state invalid in login-screen (#28)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Development

No branches or pull requests

1 participant