We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12ba77 commit 1b736f3Copy full SHA for 1b736f3
config/passport-setup.js
@@ -33,7 +33,8 @@ try {
33
*/
34
const googleStrategy = passport.use(new GoogleStrategy({
35
// options for google strategy
36
- callbackURL: '/auth/google/redirect',
+ // callbackURL: '/auth/google/redirect',
37
+ callbackURL: 'https://techrolemiweather.cyclic.app/auth/google/redirect',
38
// clientID: keys.google.clientID,
39
// clientSecret: keys.google.clientSecret
40
clientID: GoogleclientID,
0 commit comments