mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
Fix for missing bio unlock on app restart (#1810)
This commit is contained in:
parent
c74ed668b5
commit
be993bcd02
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue