This commit is contained in:
2022-02-18 14:45:07 +05:30
parent f5b2e492fb
commit 4ace33041e
8 changed files with 15 additions and 15 deletions

View File

@ -57,7 +57,7 @@ const TheContent = () => {
}
async function fetchUser() {
if(SsoSession.attributes != null && SsoSession.attributes[0] === undefined) {
if(SsoSession.attributes == null || SsoSession.attributes[0] === undefined) {
return false;
}
const user_email = SsoSession.attributes[0].values[0]