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