mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
[PM-2713] fix signature of GetUserKeyPin
This commit is contained in:
@@ -396,7 +396,7 @@ namespace Bit.Core.Services
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO(Jake): Does this need to be secure storage?
|
// TODO(Jake): Does this need to be secure storage?
|
||||||
public async Task<string> GetUserKeyPin(string value, string userId = null)
|
public async Task<string> GetUserKeyPin(string userId = null)
|
||||||
{
|
{
|
||||||
return await _storageMediatorService.GetAsync<string>(Constants.UserKeyPinKey(userId), false);
|
return await _storageMediatorService.GetAsync<string>(Constants.UserKeyPinKey(userId), false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user