update for sso
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user