mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
User settings GUI, including some new components
This commit is contained in:
@@ -15,9 +15,8 @@ Router.map(function() {
|
||||
this.resource('user', {path: '/u/:username'}, function() {
|
||||
this.route('activity', {path: '/'});
|
||||
this.route('edit');
|
||||
this.route('settings');
|
||||
});
|
||||
|
||||
this.resource('settings');
|
||||
});
|
||||
|
||||
export default Router;
|
||||
|
Reference in New Issue
Block a user