1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

[PM-5731] chore: minor clean up

This commit is contained in:
Andreas Coroiu
2024-01-23 10:37:04 +01:00
parent b23d58c0b1
commit f0841eb8b2

View File

@@ -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<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams)
{
// throw new NotAllowedError();
List<CipherView> cipherOptions;
// TODO: Unlock vault somehow
// await userInterfaceSession.ensureUnlockedVault();
await _syncService.FullSyncAsync(false);