mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 15:13:19 +08:00
Revert "Revert "refactor(IdentityTokenResponse): [Auth/PM-3287] Remove deprec…"
This reverts commit e6c97bd850.
This commit is contained in:
@@ -671,7 +671,6 @@ public abstract class BaseRequestValidator<T> where T : class
|
||||
|
||||
customResponse.Add("MasterPasswordPolicy", await GetMasterPasswordPolicyAsync(user));
|
||||
customResponse.Add("ForcePasswordReset", user.ForcePasswordReset);
|
||||
customResponse.Add("ResetMasterPassword", string.IsNullOrWhiteSpace(user.MasterPassword));
|
||||
customResponse.Add("Kdf", (byte)user.Kdf);
|
||||
customResponse.Add("KdfIterations", user.KdfIterations);
|
||||
customResponse.Add("KdfMemory", user.KdfMemory);
|
||||
|
||||
Reference in New Issue
Block a user