1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-27 03:52:57 +02:00

PM-6850 Removed duplicate MP Reprompt on passkey creation item selection (#3118)

This commit is contained in:
Federico Maccaroni 2024-03-27 18:52:38 -03:00 committed by GitHub
parent 1b3d5e5eb2
commit ae3cebb266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -302,11 +302,6 @@ namespace Bit.iOS.Autofill.Utilities
return;
}
if (!await _passwordRepromptService.PromptAndCheckPasswordIfNeededAsync(item.Reprompt))
{
return;
}
Context.PickCredentialForFido2CreationTcs.SetResult((item.Id, null));
}