Merge pull request #1165 from vector-im/matthew/cancellable-upgrade

use new start_login_from_guest dispatch for cancellable logins from guest accounts
This commit is contained in:
Matthew Hodgson 2016-03-16 14:37:50 +00:00
commit 50d18ac771

View file

@ -25,8 +25,7 @@ module.exports = React.createClass({
}, },
onLoginClicked: function() { onLoginClicked: function() {
dis.dispatch({'action': 'logout'}); dis.dispatch({'action': 'start_login_from_guest'});
dis.dispatch({'action': 'start_login'});
}, },
render: function() { render: function() {