1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-21 11:25:56 +01: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
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A

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;