diff options
| author | shpuld <shp@cock.li> | 2019-01-28 19:02:46 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-01-28 19:02:46 +0200 |
| commit | 51024a2c8af9d88b07c050b7502fa62843aa4ba2 (patch) | |
| tree | 4c6f61e08f209d6a89a8a7a5e58991c2445f9e13 /src/boot/routes.js | |
| parent | 676acdbf82726cd78ce8611d4c6ba78c58b8fc4c (diff) | |
| parent | bb2ee04f04dac177407f7cfbc8709ed4cd9965ff (diff) | |
Merge branch 'develop' into feat/media-modal
Diffstat (limited to 'src/boot/routes.js')
| -rw-r--r-- | src/boot/routes.js | 2 |
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 }, |
