mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 07:02:32 +02:00
fix: update sso url
This commit is contained in:
@@ -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}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user