Apply suggestion from @CommanderStorm

This commit is contained in:
Frank Elsinga 2026-01-18 12:33:53 +01:00 committed by GitHub
parent 9c31da1756
commit 1a5379baec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
/**
* Minimum password length as per NIST recommendations
*/
const MIN_PASSWORD_LENGTH = 8;
const MIN_PASSWORD_LENGTH = 12;
/**
* Validates a password according to NIST SP 800-63B guidelines.