added user api

This commit is contained in:
2021-08-18 15:46:16 +05:30
parent 8e5e217afa
commit 1489fc70c5
7 changed files with 12 additions and 11 deletions

View File

@ -34,6 +34,7 @@ const TheContent = () => {
// You can await here
const result = await axios('https://fsbsso.sumasen.net/Shibboleth.sso/Session');
if(SsoSession !== result.data) {
console.log("same result");
setSsoSession(result.data);
}
}