mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
Update crypto service api call to fix build
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Bit.Core.Services
|
|||||||
public async Task<DeviceResponse> TrustDeviceAsync()
|
public async Task<DeviceResponse> TrustDeviceAsync()
|
||||||
{
|
{
|
||||||
// Attempt to get user key
|
// Attempt to get user key
|
||||||
var userKey = await _cryptoService.GetEncKeyAsync();
|
var userKey = await _cryptoService.GetUserKeyAsync();
|
||||||
if (userKey == null)
|
if (userKey == null)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user