update for sso

This commit is contained in:
2021-07-29 13:33:16 +05:30
parent d68d796840
commit da39cdbd60
9 changed files with 13 additions and 13 deletions

View File

@ -19,7 +19,7 @@ const loading = (
const TheContent = () => {
function get_token_from_storage_or_cookie() {
const shib = Cookies.get('_shibsession_64656661756c7468747470733a2f2f66736273736f2e73756d6173656e2e6e65742f73686962626f6c657468')
const shib = Cookies.get()
console.log(shib);
return shib;
}