mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
wip
This commit is contained in:
@@ -359,9 +359,9 @@ namespace Bit.Core.Services
|
||||
{
|
||||
UserId = _tokenService.GetUserId(),
|
||||
Email = _tokenService.GetEmail(),
|
||||
HasPremiumPersonally = _tokenService.GetPremium(),
|
||||
KdfType = tokenResponse.Kdf,
|
||||
KdfIterations = tokenResponse.KdfIterations,
|
||||
HasPremiumPersonally = _tokenService.GetPremium(),
|
||||
},
|
||||
new Account.AccountTokens()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user