mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 13:05:39 +08:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
export default Discourse.Route.extend({
|
|
showFooter: true,
|
|
|
|
beforeModel() {
|
|
this.transitionTo("group.manage.profile");
|
|
}
|
|
});
|