Skip to content

Commit 1d57ae1

Browse files
authored
Update googleAuthController.js
1 parent c2b6259 commit 1d57ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/googleAuthController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ passport.use(
1111
clientID: process.env.GOOGLE_CLIENT_ID,
1212
clientSecret: process.env.GOOGLE_CLIENT_SECRET,
1313
callbackURL:
14-
"https://projectdev2114.azurewebsites.net/api/user/google/callback", // Use your actual redirect URL
14+
"https://projectdev2114-b3fjhscffzh5hnb0.canadacentral-01.azurewebsites.net/api/user/google/callback", // Use your actual redirect URL
1515
},
1616
async (accessToken, refreshToken, profile, done) => {
1717
try {

0 commit comments

Comments
 (0)