Mercurial Hosting > freedit
diff src/api/forms.html @ 59:02d8876dc41d
improve change email
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 29 Nov 2022 18:45:22 -0700 |
parents | 31c895b73bd0 |
children |
line wrap: on
line diff
--- a/src/api/forms.html Tue Nov 29 16:09:17 2022 -0700 +++ b/src/api/forms.html Tue Nov 29 18:45:22 2022 -0700 @@ -29,7 +29,7 @@ <h3>change_email_2</h3> <p>base_url: <input name=base_url type=url required></p> <p>from: <input name=from required></p> - <p>email: <input name=email type=email required></p> + <p>to: <input name=to type=email required></p> <p>password: <input name=password required></p> <p><input type=submit></p> </form>