mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 21:33:36 +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.Enums;
|
||||||
using Bit.Core.Models.Domain;
|
using Bit.Core.Models.Domain;
|
||||||
using Bit.Core.Utilities.Fido2;
|
using Bit.Core.Utilities.Fido2;
|
||||||
using System.Buffers.Binary;
|
|
||||||
|
|
||||||
namespace Bit.Core.Services
|
namespace Bit.Core.Services
|
||||||
{
|
{
|
||||||
@@ -26,9 +25,9 @@ namespace Bit.Core.Services
|
|||||||
|
|
||||||
public async Task<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams)
|
public async Task<Fido2AuthenticatorGetAssertionResult> GetAssertionAsync(Fido2AuthenticatorGetAssertionParams assertionParams)
|
||||||
{
|
{
|
||||||
// throw new NotAllowedError();
|
|
||||||
List<CipherView> cipherOptions;
|
List<CipherView> cipherOptions;
|
||||||
|
|
||||||
|
// TODO: Unlock vault somehow
|
||||||
// await userInterfaceSession.ensureUnlockedVault();
|
// await userInterfaceSession.ensureUnlockedVault();
|
||||||
await _syncService.FullSyncAsync(false);
|
await _syncService.FullSyncAsync(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user