diff options
| author | Henry Jameson <me@hjkos.com> | 2018-08-05 10:01:38 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-08-05 10:01:38 +0300 |
| commit | 9cebb00faa9107f93d038bf3550a3ad1d61be9bf (patch) | |
| tree | 6468c692d2862628192121c58fecc2f1ef64d8f1 /src/main.js | |
| parent | 32fd108e97de8a1e1201bcc31f70af9ace77e517 (diff) | |
the missing piece for invites system
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 } ] |
