added user api
This commit is contained in:
@ -65,7 +65,7 @@ const TheContent = () => {
|
||||
fetchSession().then(() => {
|
||||
console.log('fetch session');
|
||||
console.log(SsoSession.length);
|
||||
if (SsoSession.length > 0) {
|
||||
if (SsoSession !== null) {
|
||||
fetchUser().then(() => {
|
||||
console.log('requesting user data');
|
||||
console.log(UserData);
|
||||
|
||||
Reference in New Issue
Block a user