diff --git a/apps/eo_web/src/screens/AccountCreation.tsx b/apps/eo_web/src/screens/AccountCreation.tsx index 78058234..7dc02c1c 100644 --- a/apps/eo_web/src/screens/AccountCreation.tsx +++ b/apps/eo_web/src/screens/AccountCreation.tsx @@ -138,7 +138,12 @@ export const AccountCreation = () => { Create an Account -
+
{ placeholder="Last Name*" />
-
+
{ error={errors.password?.message} />
-
+
{ Terms of Service @@ -242,7 +257,7 @@ export const AccountCreation = () => { Privacy Policy{" "} diff --git a/packages/ui/src/form/Input.tsx b/packages/ui/src/form/Input.tsx index d271798d..34e1c328 100644 --- a/packages/ui/src/form/Input.tsx +++ b/packages/ui/src/form/Input.tsx @@ -49,7 +49,7 @@ export const Input = forwardRef( const [showPassword, setShowPassword] = useState(false); return ( -
+
{!!label &&