mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Api login party invites (#10486)
* Fixed incorrect variable * Fixed redirect params
This commit is contained in:
@@ -297,7 +297,7 @@ router.beforeEach(function routerGuard (to, from, next) {
|
||||
name: redirectTo,
|
||||
query: redirectTo === 'login' ? {
|
||||
redirectTo: to.path,
|
||||
} : null,
|
||||
} : to.query,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user