From 0069e3cef82ac18cc8aa2c73f34a96431a6f4d0d Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Wed, 2 Aug 2023 19:34:27 +0530 Subject: [PATCH] added async2 --- src/containers/TheContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/TheContent.js b/src/containers/TheContent.js index 076511d..ef349d9 100644 --- a/src/containers/TheContent.js +++ b/src/containers/TheContent.js @@ -113,7 +113,7 @@ const TheContent = () => { async function get_token_from_storage_or_cookie() { const cookies = new Cookies(); - const shib = await cookies.get('_shibsession_64656661756c7468747470733a2f2f66627373736f2e62697a736964652e62697a2f73686962626f6c657468') + const shib = await cookies.get('_shibsession_64656661756c7468747470733a2f2f66627373736f2e62697a736964652e62697a2f73686962626f6c657468'); console.log(shib); if (shib !== undefined) { fetchSession().then(() => {