1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-18 09:13:15 +00:00

[PM-2713] rename get pin lock type method

This commit is contained in:
Jacob Fink
2023-07-31 16:49:41 -04:00
parent e323e196c0
commit 89a9185b20
6 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ namespace Bit.iOS.Core.Controllers
}
else
{
_pinStatus = await _vaultTimeoutService.IsPinLockSetAsync();
_pinStatus = await _vaultTimeoutService.GetPinLockTypeAsync();
var ephemeralPinSet = await _stateService.GetUserKeyPinEphemeralAsync()
?? await _stateService.GetPinProtectedKeyAsync();