Skip to content

Commit

Permalink
added TODO for error styles
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Nov 19, 2024
1 parent b47400f commit 4e7c071
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const RegisterForm: React.FC = () => {
className='input-modern'
/>
{/* TODO register errors multilang */}
{/* TODO error styles */}
{errors.email && typeof errors.email.message === 'string' && <span>{errors.email.message}</span>}
</div>
<Button text={t("send-button")} type="submit" size="x-small" variant="quaternary" inlineStyles={{ marginTop: "var(--space-s)" }} />
Expand Down

0 comments on commit 4e7c071

Please sign in to comment.