mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
Fix for missing bio unlock on app restart (#1810)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bit.Core.Services
|
|||||||
private State _state;
|
private State _state;
|
||||||
private bool _migrationChecked;
|
private bool _migrationChecked;
|
||||||
|
|
||||||
public bool BiometricLocked { get; set; }
|
public bool BiometricLocked { get; set; } = true;
|
||||||
|
|
||||||
public List<AccountView> AccountViews { get; set; }
|
public List<AccountView> AccountViews { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user