1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-28 03:57:43 +02:00

set all kdf params on account profile (#2339)

This commit is contained in:
Kyle Spearrin 2023-02-02 18:00:29 -05:00 committed by GitHub
parent a96d95c95b
commit c54a14cd3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,6 +388,8 @@ namespace Bit.Core.Services
Name = _tokenService.GetName(),
KdfType = tokenResponse.Kdf,
KdfIterations = tokenResponse.KdfIterations,
KdfMemory = tokenResponse.KdfMemory,
KdfParallelism = tokenResponse.KdfParallelism,
HasPremiumPersonally = _tokenService.GetPremium(),
},
new Account.AccountTokens()