adminjs-expressjs icon indicating copy to clipboard operation
adminjs-expressjs copied to clipboard

Logging in no longer redirects to previous page

Open DiogoAbu opened this issue 3 years ago • 0 comments

When logging in the handler redirects to req.session.redirectTo, but this is no longer happening because it's not being set by the protected routes handler anymore.

Related discussion https://github.com/SoftwareBrothers/adminjs-expressjs/pull/81

DiogoAbu avatar Feb 25 '23 14:02 DiogoAbu