Merge pull request #263 from matrix-org/dbkr/fix_forgot_password
Fix password resettingpull/21833/head
commit
f3aa7c8a01
|
@ -38,8 +38,8 @@ module.exports = React.createClass({
|
|||
|
||||
getInitialState: function() {
|
||||
return {
|
||||
enteredHomeserverUrl: this.props.homeserverUrl,
|
||||
enteredIdentityServerUrl: this.props.identityServerUrl,
|
||||
enteredHomeserverUrl: this.props.customHsUrl || this.props.defaultHsUrl,
|
||||
enteredIdentityServerUrl: this.props.customIsUrl || this.props.defaultIsUrl,
|
||||
progress: null
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue