mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-14 18:21:12 +02:00
use new start_login_from_guest dispatch for cancellable logins from guest accounts
This commit is contained in:
parent
2a8afd49fb
commit
cb45db36c2
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user