update download url

This commit is contained in:
2022-02-17 18:28:18 +05:30
parent 82be6d24f0
commit 47a1bb5939
14 changed files with 47 additions and 43 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]