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:
parent
b787a6c840
commit
00cff182b4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user