aboutsummaryrefslogtreecommitdiff
path: root/components/auth-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 post-connect UI to login via SASLSimon Ser2021-11-211-0/+51
If the server supports SASL and if we aren't logged in with any account, add a UI to authenticate via SASL. This allows users to login anonymously then login via SASL. This will also ease the draft/account-registration implementation.