diff --git a/src/components/structures/auth/Login.js b/src/components/structures/auth/Login.js index e0fe5bfc16..85ccecdac3 100644 --- a/src/components/structures/auth/Login.js +++ b/src/components/structures/auth/Login.js @@ -37,6 +37,9 @@ const PHASE_SERVER_DETAILS = 0; // Show the appropriate login flow(s) for the server const PHASE_LOGIN = 1; +// Disable phases for now, pending UX discussion on WK discovery +const PHASES_ENABLED = false; + // These are used in several places, and come from the js-sdk's autodiscovery // stuff. We define them here so that they'll be picked up by i18n. _td("Invalid homeserver discovery response"); @@ -549,7 +552,7 @@ module.exports = React.createClass({ // If we're on a different phase, we only show the server type selector, // which is always shown if we allow custom URLs at all. - if (this.state.phase !== PHASE_SERVER_DETAILS) { + if (PHASES_ENABLED && this.state.phase !== PHASE_SERVER_DETAILS) { return