1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00: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

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));
}