From 4b1c9f86f0620b659bc0d0e2fa4afaed8b39f54a Mon Sep 17 00:00:00 2001 From: primakov Date: Tue, 13 Feb 2024 21:33:43 +0300 Subject: [PATCH] check 2 --- src/pages/Journal.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Journal.tsx b/src/pages/Journal.tsx index 5e8a858..cb66956 100644 --- a/src/pages/Journal.tsx +++ b/src/pages/Journal.tsx @@ -40,6 +40,8 @@ export const Journal = () => { const data = await rq.json(); console.log("check", data); + } else { + keycloak.onAuthSuccess = check } };