You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
mean app issue
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.
in users.authentication.server.controller at \path\to\project\modules\users\server\controllers\users\users.authentication.server.controller.js
The text was updated successfully, but these errors were encountered: