From 9b77497f51c3f740237806795894d6edd0e47b5f Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Tue, 29 Oct 2024 16:07:36 +0100 Subject: [PATCH] - re enabled SPID login for hub 2; --- src/pages/Login/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Login/index.js b/src/pages/Login/index.js index 2a1e0fa..487e5a1 100644 --- a/src/pages/Login/index.js +++ b/src/pages/Login/index.js @@ -111,11 +111,11 @@ const Login = () => { } }, [searchParams]); - useEffect(() => { + /*useEffect(() => { if ('t7jh5wfg9QXylNaTZkPoE' === APP_HUB_ID) { setIsMaintenance(true); } - }, []) + }, [])*/ return (