mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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() {
|
onLoginClicked: function() {
|
||||||
dis.dispatch({'action': 'logout'});
|
dis.dispatch({'action': 'start_login_from_guest'});
|
||||||
dis.dispatch({'action': 'start_login'});
|
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user