diff --git a/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx b/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx index 65be231b9..d5703c361 100644 --- a/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx +++ b/frontend/src/views/Signup/components/UserInfoSSOStep/UserInfoSSOStep.tsx @@ -35,7 +35,8 @@ type Props = { } type Errors = { - length?: string, + tooShort?: string, + tooLong?: string, upperCase?: string, lowerCase?: string, number?: string,