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