mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
[PM-2713] rename state methods
This commit is contained in:
@@ -446,11 +446,11 @@ namespace Bit.App.Pages
|
||||
|
||||
if (masterPassOnRestart)
|
||||
{
|
||||
await _stateService.SetUserKeyPinEphemeralAsync(protectedPinKey);
|
||||
await _stateService.SetPinKeyEncryptedUserKeyEphemeralAsync(protectedPinKey);
|
||||
}
|
||||
else
|
||||
{
|
||||
await _stateService.SetUserKeyPinAsync(protectedPinKey);
|
||||
await _stateService.SetPinKeyEncryptedUserKeyAsync(protectedPinKey);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user