Merge branch 'invites' into 'develop'
FE part of invites system See merge request pleroma/pleroma-fe!297
This commit is contained in:
commit
ce88f351f7
5 changed files with 18 additions and 4 deletions
|
@ -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 }
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue