1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Merge branch 'feature/pm-1208-f3-options' into feature/pm-2297-f2-trusted

This commit is contained in:
André Bispo
2023-07-20 15:40:05 +01:00

View File

@@ -475,8 +475,6 @@ namespace Bit.App.Pages
} }
if (!_pin) if (!_pin)
{ {
await UpdateVaultTimeoutActionIfNeededAsync();
await _cryptoService.ClearPinProtectedKeyAsync();
await _vaultTimeoutService.ClearAsync(); await _vaultTimeoutService.ClearAsync();
} }
BuildList(); BuildList();