1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-11 13:40:34 -05:00

PM-20532 - Remove TODO

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

View File

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