We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f2b77 commit 8c9fee1Copy full SHA for 8c9fee1
packages/auth/src/core/auth/password_policy_impl.ts
@@ -23,7 +23,7 @@ import {
23
} from '../../model/password_policy';
24
import { PasswordValidationStatus } from '../../model/public_types';
25
26
-// Minimum password length enforced by the backend, even if no minimum length is set.
+// Minimum min password length enforced by the backend, even if no minimum length is set.
27
const MINIMUM_MIN_PASSWORD_LENGTH = 6;
28
29
/**
0 commit comments