1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

[PM-5731] chore: add user presence todo comment

This commit is contained in:
Andreas Coroiu
2024-02-06 08:38:38 +01:00
parent b787a6c840
commit 00cff182b4

View File

@@ -128,6 +128,7 @@ namespace Bit.Core.Services
string selectedCipherId;
bool userVerified;
bool userPresence;
// TODO: We might want reconsider allowing user presence to be optional
if (assertionParams.AllowCredentialDescriptorList?.Length == 1 && assertionParams.RequireUserPresence == false)
{
selectedCipherId = cipherOptions[0].Id;