update date api url

This commit is contained in:
Mohamed Nouffer
2021-09-01 22:33:44 +05:30
parent 18b2c2f1c0
commit 3458a4517b
9 changed files with 19 additions and 15 deletions

View File

@ -56,7 +56,11 @@ const TheContent = () => {
}
async function fetchUser() {
//console.log(SsoSession)
console.log(SsoSession)
console.log(SsoSession.attributes[0])
if(SsoSession.attributes[0] === undefined) {
return false;
}
const user_email = SsoSession.attributes[0].values[0]
//console.log(user_email);
const company_code = "FBS";