mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
Fix build after merge
This commit is contained in:
@@ -95,9 +95,7 @@ namespace Bit.Core.Services
|
|||||||
var keyConnectorRequest = new KeyConnectorUserKeyRequest(newMasterKey.EncKeyB64);
|
var keyConnectorRequest = new KeyConnectorUserKeyRequest(newMasterKey.EncKeyB64);
|
||||||
await _cryptoService.SetMasterKeyAsync(newMasterKey);
|
await _cryptoService.SetMasterKeyAsync(newMasterKey);
|
||||||
|
|
||||||
var (newUserKey, newProtectedUserKey) = await _cryptoService.EncryptUserKeyWithMasterKeyAsync(
|
var (newUserKey, newProtectedUserKey) = await _cryptoService.EncryptUserKeyWithMasterKeyAsync(newMasterKey);
|
||||||
newMasterKey,
|
|
||||||
await _cryptoService.MakeUserKeyAsync());
|
|
||||||
|
|
||||||
await _cryptoService.SetUserKeyAsync(newUserKey);
|
await _cryptoService.SetUserKeyAsync(newUserKey);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user