aboutsummaryrefslogtreecommitdiff
path: root/components/register-form.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* components: Use onInput instead of onChangeJuan Cruz Orioli2023-01-101-3/+3
| | | | | | | This is one of the differences between React and Preact: https://preactjs.com/guide/v10/differences-to-react/#use-oninput-instead-of-onchange Closes: https://todo.sr.ht/~emersion/gamja/128
* Add support for draft/account-registrationSimon Ser2021-11-301-0/+54
A new UI to register and verify accounts is added.