advise to fill in email

This commit is contained in:
2025-12-21 08:27:21 +01:00
parent 07a121200a
commit 5147299c0e

View File

@@ -230,11 +230,12 @@ export const Register = () => {
}}
/>
</div>
<p className={"help" + (error ? " is-danger" : " is-success")}>
{error}
</p>
<p className="help">helpful in case of a forgotten password</p>
</div>
</div>
<p className={"help" + (error ? " is-danger" : " is-success")}>
{error}
</p>
<div className="field is-grouped is-grouped-centered">
<button className="button is-light is-success">register</button>
</div>