globalise for tests

This commit is contained in:
gab9281 2024-09-26 10:57:10 -04:00
parent 35fc5cc89f
commit 101fb2a767

View file

@ -8,7 +8,7 @@ class PassportOAuth{
tokenURL: provider.token_url, tokenURL: provider.token_url,
clientID: provider.client_id, clientID: provider.client_id,
clientSecret: provider.client_secret, clientSecret: provider.client_secret,
callbackURL: `http://gti700.gmatte.xyz:4400/api/auth/gmatte/callback`, callbackURL: `http://localhost:4400/api/auth/gmatte/callback`,
}, },
async function(accessToken, refreshToken, params, profile, done) { async function(accessToken, refreshToken, params, profile, done) {
try { try {