schmitty890 / sports-tracker

MIT License
1 stars 0 forks source link

load in passport config #15

Closed schmitty890 closed 4 years ago

schmitty890 commented 4 years ago

we need to uncomment the following line to read in passport config to the server file. otherwise errors are thrown as it can't use passport authentication on page load

const passportConfig = require('./config/passport');