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'm guessing you need to require it in, so that the code get's run and passport is initialised correctly with your configuration, but you can just require it and not set it as a constrequire("../services/passport");
Doesn't look like anything is exported from that file, so passportServices will just be an empty object
The text was updated successfully, but these errors were encountered:
Here
I'm guessing you need to require it in, so that the code get's run and passport is initialised correctly with your configuration, but you can just
require
it and not set it as aconst
require("../services/passport");
Doesn't look like anything is exported from that file, so
passportServices
will just be an empty objectThe text was updated successfully, but these errors were encountered: