diff --git a/src/Core/Services/Fido2AuthenticatorService.cs b/src/Core/Services/Fido2AuthenticatorService.cs index 810c401e2..f29893a4e 100644 --- a/src/Core/Services/Fido2AuthenticatorService.cs +++ b/src/Core/Services/Fido2AuthenticatorService.cs @@ -3,7 +3,6 @@ using Bit.Core.Models.View; using Bit.Core.Enums; using Bit.Core.Models.Domain; using Bit.Core.Utilities.Fido2; -using System.Buffers.Binary; namespace Bit.Core.Services { @@ -26,9 +25,9 @@ namespace Bit.Core.Services public async Task GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams) { - // throw new NotAllowedError(); List cipherOptions; + // TODO: Unlock vault somehow // await userInterfaceSession.ensureUnlockedVault(); await _syncService.FullSyncAsync(false);