tweak note about missing email

fixes #942
This commit is contained in:
Mateusz Konieczny 2022-10-05 17:48:56 +02:00
parent 8781a263c8
commit 852454d527

View File

@ -58,7 +58,7 @@ export const SignUp: React.FC = () => {
value={email} onChange={e => setEmail(e.target.value)} value={email} onChange={e => setEmail(e.target.value)}
placeholder="someone@example.com" placeholder="someone@example.com"
/> />
<InfoBox msg="Please note that if you forget your password, you will only be able to recover your account if you provide an email address." /> <InfoBox msg="Our policy is to avoid collecting personal data wherever possible. An email address is only necessary if you wish to be able to recover your account should you forget your password." />
<label htmlFor="confirm_email">Confirm email (optional)</label> <label htmlFor="confirm_email">Confirm email (optional)</label>
<input name="confirm_email" id="confirm_email" <input name="confirm_email" id="confirm_email"