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

[Android]Incorrect Behavior with Fingerprint Features #272

Open
pedron3to opened this issue Jan 16, 2024 · 0 comments
Open

[Android]Incorrect Behavior with Fingerprint Features #272

pedron3to opened this issue Jan 16, 2024 · 0 comments

Comments

@pedron3to
Copy link

Issue Description:

The fingerprints feature exhibits unexpected behavior in the application. When the Fingerprint unlock toggle is enabled, the authentication process works correctly. However, when the toggle is turned off, the system still attempts to authenticate using the fingerprint, resulting in incorrect behavior. But if I exclude the fingerprint, the application does not attempt authentication.

image

Steps to Reproduce:

  1. Enable the Fingerprint unlock toggle in the device settings.
  2. Attempt to log in, and confirm that fingerprint authentication works correctly.
  3. Disable the Fingerprint unlock toggle in the device settings.
  4. Attempt to log in again and observe that the system still attempts fingerprint authentication, even though the toggle is turned off.

Expected Behavior:
When the Fingerprint toggle is disabled, the application should not attempt authentication using these features. Authentication should only occur if the corresponding toggle is enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant