mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 05:43:30 +00:00
[PM-2713] More conversions to crypto api
This commit is contained in:
@@ -249,7 +249,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
try
|
||||
{
|
||||
var hashKey = await _cryptoService.HasKeyAsync();
|
||||
var hashKey = await _cryptoService.HasUserKeyAsync();
|
||||
if (!hashKey)
|
||||
{
|
||||
throw new Exception("No key.");
|
||||
|
||||
Reference in New Issue
Block a user