added user api

This commit is contained in:
2021-08-17 20:58:17 +05:30
parent 4857e20b29
commit c8e9d7e435
10 changed files with 15 additions and 16 deletions

View File

@ -31,8 +31,7 @@ const TheContent = () => {
}
async function fetchUser() {
console.log(SsoSession);
const user_email = JSON.parse(SsoSession);
const user_email = SsoSession.attributes[0].values[0]
const company_code = "FBS";
const key = "api"
const pwd = "c558a56c63c44f65956adde8863ecc3558f3e55a465d4338bb2e7d2692866fd8";