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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user