Merge branch 'invites' into 'develop'

FE part of invites system

See merge request pleroma/pleroma-fe!297
This commit is contained in:
lambda 2018-08-12 16:15:27 +00:00
commit ce88f351f7
5 changed files with 18 additions and 4 deletions

View file

@ -121,6 +121,7 @@ window.fetch('/static/config.json')
{ name: 'mentions', path: '/:username/mentions', component: Mentions },
{ name: 'settings', path: '/settings', component: Settings },
{ name: 'registration', path: '/registration', component: Registration },
{ name: 'registration', path: '/registration/:token', component: Registration },
{ name: 'friend-requests', path: '/friend-requests', component: FollowRequests },
{ name: 'user-settings', path: '/user-settings', component: UserSettings }
]