Email addresses must be validated within 2 days.

This commit is contained in:
Philippe Pittoli 2024-11-11 10:14:26 +01:00
parent 29c1c7f085
commit aa05396653

View File

@ -86,7 +86,13 @@ render { mailValidationForm }
where
b e = Bulma.column_ [ Bulma.box e ]
mail_validation_form = [ Bulma.h3 "Verify your account", render_register_form ]
mail_validation_form
= [ Bulma.h3 "Verify your account"
, Bulma.div_content [] [Bulma.explanation [Bulma.p """
Email addresses must be validated within 2 days.
"""]]
, render_register_form
]
render_register_form = HH.form
[ HE.onSubmit ValidateInputs ]