1
0
Fork 0
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:
Harvey Kandola 2017-11-27 19:07:36 +00:00
parent 533a0f094e
commit 102f0c3800
9 changed files with 62 additions and 53 deletions

View file

@ -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 () {});
});