1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-14 06:50:47 -05:00

PM-20532 - Remove TODO

This commit is contained in:
Jared Snider 2025-05-30 17:14:41 -04:00
parent a421d334a4
commit 12c716ada9
No known key found for this signature in database
GPG Key ID: A149DDD612516286

View File

@ -1,6 +1,5 @@
namespace Bit.Core.Auth.PasswordValidation; namespace Bit.Core.Auth.PasswordValidation;
// TODO: move this to KM
public static class PasswordValidationConstants public static class PasswordValidationConstants
{ {
public const int PasswordHasherKdfIterations = 100000; public const int PasswordHasherKdfIterations = 100000;