Switch DeactivateAccountDialog to Field and cleanups
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
3563b83762
commit
fbe8d1c89b
4 changed files with 11 additions and 13 deletions
|
@ -137,6 +137,7 @@ export const PasswordAuthEntry = React.createClass({
|
|||
<p>{ _t("To continue, please enter your password.") }</p>
|
||||
<form onSubmit={this._onSubmit} className="mx_InteractiveAuthEntryComponents_passwordSection">
|
||||
<Field
|
||||
id="mx_InteractiveAuthEntryComponents_password"
|
||||
className={passwordBoxClass}
|
||||
type="password"
|
||||
name="passwordField"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue