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