diff --git a/frontend/src/components/basic/InputField.tsx b/frontend/src/components/basic/InputField.tsx index a8ad953a4..df6dd1424 100644 --- a/frontend/src/components/basic/InputField.tsx +++ b/frontend/src/components/basic/InputField.tsx @@ -61,22 +61,6 @@ const InputField = ({

{label}

- {/* {label === "Password" && router.asPath !== "/login" && ( -
- - - The password should contain at least 8 - characters including at least 1 lowercase - character, uppercase character, number, and a - special character. - -
- )} */}
void; @@ -30,33 +30,37 @@ export default function DonwloadBackupPDFStep({ const { t } = useTranslation(); return ( -
-

+

+

{t('signup:step4-message')}

-
-
{t('signup:step4-description1')}
-
{t('signup:step4-description2')}
-
-
- - {t('signup:step4-description3')} -
-
- +
+
); diff --git a/frontend/src/components/signup/EnterEmailStep.tsx b/frontend/src/components/signup/EnterEmailStep.tsx index 2b412d301..bf987eac1 100644 --- a/frontend/src/components/signup/EnterEmailStep.tsx +++ b/frontend/src/components/signup/EnterEmailStep.tsx @@ -61,8 +61,6 @@ export default function EnterEmailStep({ onChange={(e) => setEmail(e.target.value)} value={email} isRequired - // error={emailError} - // errorText={emailErrorMessage} autoComplete="username" className="h-12" /> diff --git a/frontend/src/components/signup/TeamInviteStep.tsx b/frontend/src/components/signup/TeamInviteStep.tsx index 12d558606..97dd7489a 100644 --- a/frontend/src/components/signup/TeamInviteStep.tsx +++ b/frontend/src/components/signup/TeamInviteStep.tsx @@ -39,50 +39,52 @@ export default function TeamInviteStep(): JSX.Element { }; return ( -
-

+

+

{t('signup:step5-invite-team')}

-

+

{t('signup:step5-subtitle')}

-
-
-
+
+
+
+ Emails +
+