Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix redirect url on login from social
See issue from generator and docs pages: Logging in to social on latest was returning [Object, object] changing one line seems to have fixed it temporarily, but not sure of the implications to the generator. // return res.redirect(redirectURL || sessionRedirectURL || '/'); return res.redirect(sessionRedirectURL || '/'); in users.authentication.server.controller at \path\to\project\modules\users\server\controllers\users\users.authentication.server.controller.js meanjs/generator-meanjs#217
- Loading branch information