upadte for date selector

This commit is contained in:
Mohamed Nouffer
2021-09-02 14:32:53 +05:30
parent fc05d8ea68
commit 8f16421b59
14 changed files with 20 additions and 21 deletions

View File

@ -56,8 +56,6 @@ const TheContent = () => {
}
async function fetchUser() {
console.log(SsoSession)
console.log(SsoSession.attributes[0])
if(SsoSession.attributes[0] === undefined) {
return false;
}