Fix custom server or registration & do some of new login UI

This commit is contained in:
David Baker 2015-07-16 17:51:21 +01:00
parent 8feeb93215
commit cfbef0177e
3 changed files with 67 additions and 12 deletions

View file

@ -38,8 +38,7 @@ module.exports = {
this.setState({ step: step, errorText: '', busy: false });
},
onHSChosen: function(ev) {
ev.preventDefault();
onHSChosen: function() {
MatrixClientPeg.replaceUsingUrls(
this.getHsUrl(),
this.getIsUrl()