mirror of
https://github.com/bitwarden/android.git
synced 2026-03-19 05:02:48 -05:00
[PM-20127] Prevent double UV prompt during FIDO 2 operations (#5124)
This commit is contained in:
@@ -321,7 +321,9 @@ class Fido2CredentialManagerImpl(
|
||||
)
|
||||
.setIcon(iconCompat.toIcon(context))
|
||||
|
||||
if (featureFlagManager.getFeatureFlag(FlagKey.SingleTapPasskeyAuthentication)) {
|
||||
if (featureFlagManager.getFeatureFlag(FlagKey.SingleTapPasskeyAuthentication) &&
|
||||
!isUserVerified
|
||||
) {
|
||||
biometricsEncryptionManager
|
||||
.getOrCreateCipher(userId)
|
||||
?.let { cipher ->
|
||||
|
||||
Reference in New Issue
Block a user