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
I'd like to know how could I pass datas to the failureRedirect route.
I'd like to do something like return done(null, false, { profile: profile }); and then use the profile on failureRedirect but it doesn't seems to work like that. Is it even possible ?
Cheers.
The text was updated successfully, but these errors were encountered:
Hello,
I'd like to know how could I pass datas to the failureRedirect route.
I'd like to do something like
return done(null, false, { profile: profile });
and then use the profile on failureRedirect but it doesn't seems to work like that. Is it even possible ?Cheers.
The text was updated successfully, but these errors were encountered: