mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
[PM-2713] remove extra comment
This commit is contained in:
@@ -683,7 +683,6 @@ namespace Bit.Core.Services
|
|||||||
);
|
);
|
||||||
var encPin = await EncryptAsync(userKey.Key, pinKey);
|
var encPin = await EncryptAsync(userKey.Key, pinKey);
|
||||||
|
|
||||||
// TODO(Jake): Does this logic make sense? Should we save something in state to indicate the preference?
|
|
||||||
if (await _stateService.GetUserKeyPinAsync(userId) != null)
|
if (await _stateService.GetUserKeyPinAsync(userId) != null)
|
||||||
{
|
{
|
||||||
await _stateService.SetUserKeyPinAsync(encPin, userId);
|
await _stateService.SetUserKeyPinAsync(encPin, userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user