update
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user