Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
krischarbonneau committed May 15, 2024
2 parents fbc0cea + 1aa2197 commit c38bb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const httpsAgent =
? new https.Agent()
: new https.Agent({
ca: fs.readFileSync(
process.env.MSCA_NG_CERT_LOCATION as fs.PathOrFileDescriptor,
'/usr/local/share/ca-certificates/env.crt' as fs.PathOrFileDescriptor,
),
})

Expand Down

0 comments on commit c38bb99

Please sign in to comment.