Merge pull request #1180 from vector-im/matthew/fix-notif-spam
fix notif spam when logging in from a guest session by correctly logging out first.
This commit is contained in:
@@ -25,7 +25,8 @@ module.exports = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLoginClicked: function() {
|
onLoginClicked: function() {
|
||||||
dis.dispatch({'action': 'start_login_from_guest'});
|
dis.dispatch({'action': 'logout'});
|
||||||
|
dis.dispatch({'action': 'start_login'});
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user