element-web/src/components/views/auth
Zoe 8a02e064bd Don't erase password confirm on registration error
Fixes: https://github.com/vector-im/riot-web/issues/11395

Problem here was that the form gets re-mounted but there wasn't a facility
to preserve the password confirmation field.  Since the form validates
that the passwords are equal, if we mount with a password supplied we
just copy it over.
2020-05-01 11:03:48 +01:00
..
AuthBody.js Add separate component for post-auth security flows 2020-01-27 22:28:07 +00:00
AuthFooter.js Use noreferrer in addition to noopener for edge case browsers 2020-02-23 22:14:29 +00:00
AuthHeader.js disable language dropdown too 2020-04-15 14:19:47 +01:00
AuthHeaderLogo.js Extract auth header logo to new component 2019-01-22 22:41:10 -06:00
AuthPage.js Convert many imports to handle ES6 exports 2019-12-22 21:04:42 -07:00
CaptchaForm.js Label and use UNSAFE_componentWillMount to minimize warnings 2020-03-31 14:15:23 -06:00
CompleteSecurityBody.js Add separate component for post-auth security flows 2020-01-27 22:28:07 +00:00
CountryDropdown.js Use componentDidMount in place of componentWillMount where possible 2020-03-31 14:14:17 -06:00
CustomServerDialog.js Convert CommonJS exports to ES6-compatible exports 2019-12-22 21:01:02 -07:00
InteractiveAuthEntryComponents.js Fix merge conflict between react warnings and SSO 2020-04-01 11:32:13 -06:00
LanguageSelector.js disable language dropdown too 2020-04-15 14:19:47 +01:00
ModularServerConfig.js Field: make id optional, generate one if not provided 2020-03-29 22:59:15 +01:00
PasswordLogin.js Password Login make sure tab takes user to password field 2020-04-18 16:18:01 +01:00
RegistrationForm.js Don't erase password confirm on registration error 2020-05-01 11:03:48 +01:00
ServerConfig.js Appease the linter by turning it off 2020-04-01 14:45:54 -06:00
ServerTypeSelector.js Use noreferrer in addition to noopener for edge case browsers 2020-02-23 22:14:29 +00:00
SignInToText.js Convert many imports to handle ES6 exports 2019-12-22 21:04:42 -07:00
Welcome.js fix copy-pasta error 2020-03-27 14:19:43 +00:00