diff --git a/src/components/auth/SignUp.js b/src/components/auth/SignUp.js index b54ad1ae..955ba957 100644 --- a/src/components/auth/SignUp.js +++ b/src/components/auth/SignUp.js @@ -45,6 +45,7 @@ function SignUp() { id="firstname" name="fname" required + maxLength={40} autoComplete="given-name" type="text" title="first name" @@ -59,6 +60,7 @@ function SignUp() {