use new start_login_from_guest dispatch for cancellable logins from guest accounts
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user