Skip to content

Commit

Permalink
Merge pull request #807 from OpenSignLabs/feat_sso
Browse files Browse the repository at this point in the history
  • Loading branch information
nxglabs committed Jun 4, 2024
2 parents 3b02d2b + 85aa6b2 commit 4898c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSignServer/cloud/parsefunction/ssoSignin.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default async function ssoSignin(request) {
}
} else {
// console.log("in sign up condition");
const response = await axios.get('ttps://sso.opensignlabs.com/api/oauth/userinfo', {
const response = await axios.get(ssoApiUrl + '/oauth/userinfo', {
headers: {
Authorization: `Bearer ${ssoAccessToken}`,
},
Expand Down

0 comments on commit 4898c4a

Please sign in to comment.