From 00cff182b46156cfc023dc92674b0bc23048656f Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Tue, 6 Feb 2024 08:38:38 +0100 Subject: [PATCH] [PM-5731] chore: add user presence todo comment --- src/Core/Services/Fido2AuthenticatorService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Core/Services/Fido2AuthenticatorService.cs b/src/Core/Services/Fido2AuthenticatorService.cs index ef0b4e5cb..e82dd5825 100644 --- a/src/Core/Services/Fido2AuthenticatorService.cs +++ b/src/Core/Services/Fido2AuthenticatorService.cs @@ -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;