From 160cc4e156ad352d240f572cd826f0b5b9c8487c Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 29 Jan 2019 12:24:27 -0600 Subject: [PATCH] Wire up server details next button --- src/components/structures/auth/Registration.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js index a330b20739..50785917a1 100644 --- a/src/components/structures/auth/Registration.js +++ b/src/components/structures/auth/Registration.js @@ -316,6 +316,13 @@ module.exports = React.createClass({ this.props.onLoginClick(); }, + onServerDetailsNextPhaseClick(ev) { + ev.stopPropagation(); + this.setState({ + phase: PHASE_REGISTRATION, + }); + }, + _makeRegisterRequest: function(auth) { // Only send the bind params if we're sending username / pw params // (Since we need to send no params at all to use the ones saved in the