mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
set all kdf params on account profile (#2339)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user