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