mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
support for per-user biometric state tracking (#1820)
This commit is contained in:
@@ -445,7 +445,7 @@ namespace Bit.Core.Services
|
||||
|
||||
}
|
||||
|
||||
_stateService.BiometricLocked = false;
|
||||
await _stateService.SetBiometricLockedAsync(false);
|
||||
_messagingService.Send("loggedIn");
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user