aboutsummaryrefslogtreecommitdiff
path: root/src/boot/routes.js
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2019-01-28 10:52:24 +0000
committerlambda <pleromagit@rogerbraun.net>2019-01-28 10:52:24 +0000
commit3b1cafc19fc8f094bb2469f194afab5b5464cecb (patch)
tree055a8978d39f87c4824af74a66e38ab880badf70 /src/boot/routes.js
parent2585dfa4c2176389be8823206f7e4eac12633528 (diff)
parent20f113e811bbc87e875a91b1828e2435bdc7751b (diff)
Merge branch 'fix/fix-warnings' into 'develop'
Fix annoying console warnings See merge request pleroma/pleroma-fe!480
Diffstat (limited to 'src/boot/routes.js')
-rw-r--r--src/boot/routes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/routes.js b/src/boot/routes.js
index 9dba532a..cfbcb1fe 100644
--- a/src/boot/routes.js
+++ b/src/boot/routes.js
@@ -39,7 +39,7 @@ export default (store) => {
{ name: 'dms', path: '/users/:username/dms', component: DMs },
{ name: 'settings', path: '/settings', component: Settings },
{ name: 'registration', path: '/registration', component: Registration },
- { name: 'registration', path: '/registration/:token', component: Registration },
+ { name: 'registration-token', path: '/registration/:token', component: Registration },
{ name: 'friend-requests', path: '/friend-requests', component: FollowRequests },
{ name: 'user-settings', path: '/user-settings', component: UserSettings },
{ name: 'notifications', path: '/:username/notifications', component: Notifications },