add to pwd length issue

This commit is contained in:
Joel Biddle
2023-08-22 15:34:45 +10:00
parent 0d1aa713ea
commit fbeb210965

View File

@@ -35,7 +35,8 @@ type Props = {
}
type Errors = {
length?: string,
tooShort?: string,
tooLong?: string,
upperCase?: string,
lowerCase?: string,
number?: string,