David Baker 2016-03-04 15:42:22 +00:00
parent 2586280f2c
commit d732927dba
1 changed files with 1 additions and 2 deletions

View File

@ -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() {