mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 20:23:44 +08:00
456e40a709
Previously the code would only check if they were *currently* suspended or silenced.
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
export default Discourse.Route.extend({
|
|
model() {
|
|
return this.modelFor('adminUser');
|
|
}
|
|
});
|