Skip to content

Commit 1b736f3

Browse files
committed
modified: config/passport-setup.js
1 parent e12ba77 commit 1b736f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/passport-setup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ try {
3333
*/
3434
const googleStrategy = passport.use(new GoogleStrategy({
3535
// options for google strategy
36-
callbackURL: '/auth/google/redirect',
36+
// callbackURL: '/auth/google/redirect',
37+
callbackURL: 'https://techrolemiweather.cyclic.app/auth/google/redirect',
3738
// clientID: keys.google.clientID,
3839
// clientSecret: keys.google.clientSecret
3940
clientID: GoogleclientID,

0 commit comments

Comments
 (0)