-
Notifications
You must be signed in to change notification settings - Fork 532
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: Provide option to lock saved credentials with PIN/biometrics #3588
Comments
It works, but the mail address field should be filled in in this case. |
I setup stored credentials with biometrics only, then deleted one of my fingerprints, then got this error when trying to unlock credentials at the login screen.
Login fails in this case. It seems like this breaks the app, since I can't delete the credentials because it's impossible to unlock the credentials. The only fix is to clear app storage. |
important part about device password authentication is that it was time-based before Android 10. So it might not ask if you just authenticated (timer is 10 sec) |
This seems to be an issue with Android Emulator since it happens with both Android 9 and 10 emulators but not with Android 10 device |
We actually always show automatic option because it is always available. |
see issue #3444
Test notes
Regression testing
The text was updated successfully, but these errors were encountered: