mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-27 17:08:00 +01:00
set all kdf params on account profile (#2339)
This commit is contained in:
parent
a96d95c95b
commit
c54a14cd3f
@ -388,6 +388,8 @@ namespace Bit.Core.Services
|
|||||||
Name = _tokenService.GetName(),
|
Name = _tokenService.GetName(),
|
||||||
KdfType = tokenResponse.Kdf,
|
KdfType = tokenResponse.Kdf,
|
||||||
KdfIterations = tokenResponse.KdfIterations,
|
KdfIterations = tokenResponse.KdfIterations,
|
||||||
|
KdfMemory = tokenResponse.KdfMemory,
|
||||||
|
KdfParallelism = tokenResponse.KdfParallelism,
|
||||||
HasPremiumPersonally = _tokenService.GetPremium(),
|
HasPremiumPersonally = _tokenService.GetPremium(),
|
||||||
},
|
},
|
||||||
new Account.AccountTokens()
|
new Account.AccountTokens()
|
||||||
|
Loading…
Reference in New Issue
Block a user