user_id changed 1

This commit is contained in:
Mohamed Nouffer
2023-07-26 16:56:00 +05:30
parent 0df97ff9bc
commit 419f8bda82
9 changed files with 15 additions and 15 deletions

View File

@ -108,7 +108,7 @@ const TheContent = () => {
function get_token_from_storage_or_cookie() {
//return true;
user_id = null;
var user_id = null;
const cookies = new Cookies();
const shib = cookies.get('_shibsession_64656661756c7468747470733a2f2f66627373736f2e74732e62697a736964652e62697a2f73686962626f6c657468')
if (shib !== undefined) {