mirror of
https://github.com/bitwarden/mobile
synced 2026-01-01 16:13:15 +00:00
[PM-2713] continue organizing crypto service
This commit is contained in:
@@ -328,7 +328,7 @@ namespace Bit.Core.Services
|
||||
return;
|
||||
}
|
||||
await _cryptoService.SetEncKeyAsync(response.Key);
|
||||
await _cryptoService.SetEncPrivateKeyAsync(response.PrivateKey);
|
||||
await _cryptoService.SetPrivateKeyAsync(response.PrivateKey);
|
||||
await _cryptoService.SetOrgKeysAsync(response.Organizations);
|
||||
await _stateService.SetSecurityStampAsync(response.SecurityStamp);
|
||||
var organizations = response.Organizations.ToDictionary(o => o.Id, o => new OrganizationData(o));
|
||||
|
||||
Reference in New Issue
Block a user