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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user