This commit is contained in:
2022-02-17 19:52:26 +05:30
parent 9b8ac06dac
commit 59e9ca12f0
9 changed files with 15 additions and 15 deletions

View File

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