element-web/src/components/structures/auth
J. Ryan Stinnett 86a375c7da Report validity state of all registration fields on any change
This passes the validity state of all fields to the consumer of
`RegistrationForm` via the `onValdiationChange` callback, instead of just the
most recent error.

In addition, we notify the consumer for any validation change, whether success
or failure. This allows old validation messages to be properly cleared. It also
allows the consumer to be aware of multiple validation errors and display the
next one after you have fixed the first.

Fixes https://github.com/vector-im/riot-web/issues/8769
2019-02-21 14:44:39 +00:00
..
ForgotPassword.js Clarify that the account is a Matrix account 2019-02-20 17:33:59 +00:00
Login.js Display default server name in login 2019-02-20 17:33:59 +00:00
PostRegistration.js Add modal look to authentication flows 2019-01-22 20:44:49 -06:00
Registration.js Report validity state of all registration fields on any change 2019-02-21 14:44:39 +00:00