This commit is contained in:
2022-02-17 19:36:49 +05:30
parent e60867cfc0
commit 9b8ac06dac
9 changed files with 15 additions and 15 deletions

View File

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