1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Update crypto service api call to fix build

This commit is contained in:
Jacob Fink
2023-07-20 09:28:56 -04:00
parent 73b8d8e6b8
commit da7a1964ef

View File

@@ -44,7 +44,7 @@ namespace Bit.Core.Services
public async Task<DeviceResponse> TrustDeviceAsync()
{
// Attempt to get user key
var userKey = await _cryptoService.GetEncKeyAsync();
var userKey = await _cryptoService.GetUserKeyAsync();
if (userKey == null)
{
return null;