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
Distinguish availability vs authentication: on Android, useFallback is
honored by isAvailable() (fallbackAvailable = useFallback && deviceIsSecure)
but ignored by verifyIdentity() due to BiometricPrompt API constraints.
Addresses CodeRabbit review comment on PR epicshaggy#91.
0 commit comments