mirror of
https://github.com/bitwarden/mobile
synced 2026-01-05 18:13:36 +00:00
make kdfIterations nullable (#1169)
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Bit.Core.Services
|
||||
_tokenService = tokenService;
|
||||
}
|
||||
|
||||
public async Task SetInformationAsync(string userId, string email, KdfType kdf, int kdfIterations)
|
||||
public async Task SetInformationAsync(string userId, string email, KdfType kdf, int? kdfIterations)
|
||||
{
|
||||
_email = email;
|
||||
_userId = userId;
|
||||
|
||||
Reference in New Issue
Block a user