mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
use Discourse.logout, it works with SSO
This commit is contained in:
parent
5925155394
commit
bbf3d772c4
@ -72,7 +72,7 @@ export default Ember.Component.extend({
|
||||
});
|
||||
},
|
||||
logout() {
|
||||
User.logout();
|
||||
Discourse.logout();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user