mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
make kdfIterations nullable (#1169)
This commit is contained in:
@@ -19,6 +19,6 @@ namespace Bit.Core.Models.Response
|
||||
public string Key { get; set; }
|
||||
public string TwoFactorToken { get; set; }
|
||||
public KdfType Kdf { get; set; }
|
||||
public int KdfIterations { get; set; }
|
||||
public int? KdfIterations { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user