mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
globalise for tests
This commit is contained in:
parent
35fc5cc89f
commit
101fb2a767
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class PassportOAuth{
|
|||
tokenURL: provider.token_url,
|
||||
clientID: provider.client_id,
|
||||
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) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue