use new start_login_from_guest dispatch for cancellable logins from guest accounts

pull/1165/head
Matthew Hodgson 2016-03-15 21:02:25 +00:00
parent 2a8afd49fb
commit cb45db36c2
1 changed files with 1 additions and 2 deletions

View File

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