mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00: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() {
|
logout() {
|
||||||
User.logout();
|
Discourse.logout();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user