mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix should be env not ENV
This commit is contained in:
@@ -105,7 +105,7 @@ module.exports = {
|
||||
clientSecret: process.env.LINKEDIN_SECRET,
|
||||
scope: ['r_fullprofile', 'r_emailaddress'],
|
||||
oAuthOptions: {
|
||||
state: process.ENV.LINKED_STATE
|
||||
state: process.env.LINKED_STATE
|
||||
},
|
||||
failureFlash: true
|
||||
},
|
||||
@@ -122,7 +122,7 @@ module.exports = {
|
||||
clientSecret: process.env.LINKEDIN_SECRET,
|
||||
scope: ['r_fullprofile', 'r_emailaddress'],
|
||||
authOptions: {
|
||||
state: process.ENV.LINKED_STATE
|
||||
state: process.env.LINKED_STATE
|
||||
},
|
||||
failureFlash: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user