added user api

This commit is contained in:
2021-08-17 21:23:44 +05:30
parent 5c60eb01a8
commit 14f1a8fb18
9 changed files with 15 additions and 15 deletions

View File

@ -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');