mirror of
https://github.com/bitwarden/server
synced 2025-12-28 22:23:30 +00:00
This reverts commit 92e511284b.
Merged without feature flag code and before QA could get their review done.
This commit is contained in:
committed by
GitHub
parent
92e511284b
commit
7eaca9bb7d
@@ -4,8 +4,8 @@ namespace Bit.Core.Models.Data;
|
||||
|
||||
public class UserKdfInformation
|
||||
{
|
||||
public required KdfType Kdf { get; set; }
|
||||
public required int KdfIterations { get; set; }
|
||||
public KdfType Kdf { get; set; }
|
||||
public int KdfIterations { get; set; }
|
||||
public int? KdfMemory { get; set; }
|
||||
public int? KdfParallelism { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user