login redirects now carry over to the register page

This commit is contained in:
Thaum Rystra
2020-05-15 15:16:59 +02:00
parent cf110db67d
commit 41b05064c8
3 changed files with 3 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ RouterFactory.configure(factory => {
title: 'Sign In',
},
},{
name: 'register',
path: '/register',
components: {
default: Register,