mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
PM-6850 Removed duplicate MP Reprompt on passkey creation item selection (#3118)
This commit is contained in:
committed by
GitHub
parent
1b3d5e5eb2
commit
ae3cebb266
@@ -302,11 +302,6 @@ namespace Bit.iOS.Autofill.Utilities
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!await _passwordRepromptService.PromptAndCheckPasswordIfNeededAsync(item.Reprompt))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Context.PickCredentialForFido2CreationTcs.SetResult((item.Id, null));
|
Context.PickCredentialForFido2CreationTcs.SetResult((item.Id, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user