From 9cebb00faa9107f93d038bf3550a3ad1d61be9bf Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 5 Aug 2018 10:01:38 +0300 Subject: the missing piece for invites system --- src/main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index bacd7f6d..883e1a31 100644 --- a/src/main.js +++ b/src/main.js @@ -119,6 +119,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 } ] -- cgit v1.2.3-70-g09d2