mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Update Confirm
password placeholder
This commit is contained in:
parent
d0513406ee
commit
0bee4bd72b
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ export default class RegistrationForm extends React.Component {
|
||||||
ref={field => this[FIELD_PASSWORD_CONFIRM] = field}
|
ref={field => this[FIELD_PASSWORD_CONFIRM] = field}
|
||||||
type="password"
|
type="password"
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
label={_t("Confirm")}
|
label={_t("Confirm password")}
|
||||||
value={this.state.passwordConfirm}
|
value={this.state.passwordConfirm}
|
||||||
onChange={this.onPasswordConfirmChange}
|
onChange={this.onPasswordConfirmChange}
|
||||||
onValidate={this.onPasswordConfirmValidate}
|
onValidate={this.onPasswordConfirmValidate}
|
||||||
|
|
Loading…
Reference in a new issue