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 3, 2024
2 parents ce0b89a + 75a4239 commit 86b52ec
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 @@ -91,7 +91,7 @@ export const authOptions: NextAuthOptions = {
//Make call to msca-ng API to update last login date
const response = await axios
.post(
`${process.env.HOSTALIAS_HOSTNAME}${process.env.MSCA_NG_USER_ENDPOINT}`,
`https://${process.env.HOSTALIAS_HOSTNAME}${process.env.MSCA_NG_USER_ENDPOINT}`,
{
pid: profile.sin,
spid: profile.uid,
Expand Down

0 comments on commit 86b52ec

Please sign in to comment.