From d732927dba03018c2147031adacd31f4b0053696 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 4 Mar 2016 15:42:22 +0000 Subject: [PATCH] Re-enable upgrade registration. Revert https://github.com/vector-im/vector-web/issues/818 now that https://github.com/vector-im/vector-web/issues/759 is fixed. --- src/components/views/globals/GuestWarningBar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/views/globals/GuestWarningBar.js b/src/components/views/globals/GuestWarningBar.js index 88940f353..dcd92806f 100644 --- a/src/components/views/globals/GuestWarningBar.js +++ b/src/components/views/globals/GuestWarningBar.js @@ -21,8 +21,7 @@ module.exports = React.createClass({ displayName: 'GuestWarningBar', onRegisterClicked: function() { - dis.dispatch({'action': 'logout'}); - dis.dispatch({'action': 'start_registration'}); + dis.dispatch({'action': 'start_upgrade_registration'}); }, onLoginClicked: function() {