Fix for missing bio unlock on app restart (#1810)

This commit is contained in:
Matt Portune 2022-02-24 15:33:55 -05:00 committed by GitHub
parent c74ed668b5
commit be993bcd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace Bit.Core.Services
private State _state;
private bool _migrationChecked;
public bool BiometricLocked { get; set; }
public bool BiometricLocked { get; set; } = true;
public List<AccountView> AccountViews { get; set; }