You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BiometricManager shows a prompt to grant / deny access when requestAccess is called.
Now if the end user does not grant access and calls requestAccess again, the prompt is not shown and isAccessRequested is always set to true. This way the user cannot now grant access if initially they did not.
Is there a way around this?
The text was updated successfully, but these errors were encountered:
Hi there
I am using the vanilla boilerplate.
The BiometricManager shows a prompt to grant / deny access when requestAccess is called.
Now if the end user does not grant access and calls requestAccess again, the prompt is not shown and isAccessRequested is always set to true. This way the user cannot now grant access if initially they did not.
Is there a way around this?
The text was updated successfully, but these errors were encountered: