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: return correct code if no biometric is enrolled #115

Merged
merged 1 commit into from May 21, 2024

Conversation

ThomasLamprecht
Copy link
Contributor

Returning success if we get an error from the underlying HW that no key is enrolled does not make sense, rather return the enum value designed for this case.

Closes: #104

Returning success if we get an error from the underlying HW that no
key is enrolled does not make sense, rather return the enum value
designed for this case.

Closes: authpass#104
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
@CLAassistant
Copy link

CLAassistant commented Apr 16, 2024

CLA assistant check
All committers have signed the CLA.

@hpoul hpoul merged commit 1a15f69 into authpass:main May 21, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

5.0.1-dev.1 returns CanAuthenticate.sucess if device has no credentials set
3 participants