Api login party invites (#10486)

* Fixed incorrect variable

* Fixed redirect params
This commit is contained in:
Keith Holliday
2018-06-30 22:06:18 -05:00
committed by GitHub
parent 0a8109e496
commit 7c141614ed
2 changed files with 3 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ router.beforeEach(function routerGuard (to, from, next) {
name: redirectTo,
query: redirectTo === 'login' ? {
redirectTo: to.path,
} : null,
} : to.query,
});
}