1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 17:13:50 +00:00

[PM-2713] pr feedback

This commit is contained in:
Jacob Fink
2023-07-31 13:13:29 -04:00
parent c2ddbb7eff
commit c793260689

View File

@@ -249,8 +249,7 @@ namespace Bit.Core.Services
{
try
{
var hashKey = await _cryptoService.HasUserKeyAsync();
if (!hashKey)
if (!await _cryptoService.HasUserKeyAsync())
{
throw new Exception("No key.");
}