Skip to content

Commit 8c9fee1

Browse files
committed
Update comment
1 parent 62f2b77 commit 8c9fee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auth/src/core/auth/password_policy_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from '../../model/password_policy';
2424
import { PasswordValidationStatus } from '../../model/public_types';
2525

26-
// Minimum password length enforced by the backend, even if no minimum length is set.
26+
// Minimum min password length enforced by the backend, even if no minimum length is set.
2727
const MINIMUM_MIN_PASSWORD_LENGTH = 6;
2828

2929
/**

0 commit comments

Comments
 (0)