feat: hide password input for sso and restict sso

This commit is contained in:
prafull-opensignlabs
2024-05-31 19:00:29 +05:30
parent afb4de9d0c
commit d071986aac
4 changed files with 64 additions and 44 deletions
@@ -4,7 +4,7 @@ const serverUrl = process.env.SERVER_URL;
const APPID = process.env.APP_ID;
const masterKEY = process.env.MASTER_KEY;
const clientUrl = process.env.PUBLIC_URL;
const ssoApiUrl = process.env.SSO_API_URL || 'https://osl-jacksonv2.vercel.app/api';
const ssoApiUrl = process.env.SSO_API_URL || 'https://sso.opensignlabs.com/api'; //'https://osl-jacksonv2.vercel.app/api';
/**
* ssoSign is function which is used to sign up/sign in with SSO
* @param code It is code return by jackson using authorize endpoint