Upgrade wms-core and properly redirect after auth
This commit is contained in:
parent
aee3584ec0
commit
36853e02c6
@ -21,7 +21,7 @@ export default class MagicLinkController extends _MagicLinkController {
|
||||
// Auth success
|
||||
const user = await req.authGuard.getUserForSession(req.session!);
|
||||
req.flash('success', `Authentication success. Welcome, ${user?.name}!`);
|
||||
res.redirect(Controller.route('home'));
|
||||
res.redirect(req.query.redirect_uri?.toString() || Controller.route('home'));
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -9837,9 +9837,9 @@ widest-line@^3.1.0:
|
||||
string-width "^4.0.0"
|
||||
|
||||
wms-core@^0:
|
||||
version "0.14.0"
|
||||
resolved "https://registry.toot.party/wms-core/-/wms-core-0.14.0.tgz#896e6a0626fb8bf6c2e7b3a1e6de76239dd9092e"
|
||||
integrity sha512-/Y2dXLgBbOOi2GKo9Dx8epQWSRQvp8TwGIJIJQyELnZpBiTo61W291tEK7QMDcjiOQ6FEjqjFR+p1u2QzuI/+w==
|
||||
version "0.15.5"
|
||||
resolved "https://registry.toot.party/wms-core/-/wms-core-0.15.5.tgz#40784c8dae3e5b2d1a71f78410233557dc885a2b"
|
||||
integrity sha512-c/zrvs7otF+a2/KFBWQN3bJi0Gtd/FlX31CdKlrUl98bdfLwtmGfGfKhP6DNROvzznw9sUWOFEqPrG08KhqgGA==
|
||||
dependencies:
|
||||
argon2 "^0.26.2"
|
||||
compression "^1.7.4"
|
||||
|
Loading…
Reference in New Issue
Block a user