Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into develop
This commit is contained in:
commit
f2f5302a7b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ module.exports = React.createClass({
|
||||||
if (!this.state.cachedPassword) {
|
if (!this.state.cachedPassword) {
|
||||||
currentPassword = <div className={rowClassName}>
|
currentPassword = <div className={rowClassName}>
|
||||||
<div className={rowLabelClassName}>
|
<div className={rowLabelClassName}>
|
||||||
<label htmlFor="passwordold">Current password</label>
|
<label htmlFor="passwordold">{ _t('Current password') }</label>
|
||||||
</div>
|
</div>
|
||||||
<div className={rowInputClassName}>
|
<div className={rowInputClassName}>
|
||||||
<input id="passwordold" type="password" ref="old_input" />
|
<input id="passwordold" type="password" ref="old_input" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue