mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
auth page UX update
This commit is contained in:
parent
533a0f094e
commit
102f0c3800
9 changed files with 62 additions and 53 deletions
|
@ -100,9 +100,11 @@ export default Router.map(function () {
|
|||
this.route('profile', {
|
||||
path: 'profile'
|
||||
});
|
||||
|
||||
this.route('search', {
|
||||
path: 'search'
|
||||
});
|
||||
|
||||
this.route('accounts', {
|
||||
path: 'accounts'
|
||||
});
|
||||
|
@ -114,6 +116,4 @@ export default Router.map(function () {
|
|||
this.route('not-found', {
|
||||
path: '/*wildcard'
|
||||
});
|
||||
|
||||
// this.route('pods', function () {});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue