From ad77dfe77439784f31c69ff1a026ae31bfe6932a Mon Sep 17 00:00:00 2001 From: Anish Singh Chandel <123861376+ChandelAnish@users.noreply.github.com> Date: Sat, 24 Aug 2024 13:46:46 +0530 Subject: [PATCH] Update App.jsx --- client/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index c37424d..7c17c8b 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -36,7 +36,7 @@ export const getLoggedUserDetails = async () => { }); const userDetails = await response.json(); if (userDetails.signin === false) { - window.open('/signin', '_parent') + window.open('https://fusionflow-signin.onrender.com', '_parent') return {}; } delete userDetails.iat; @@ -45,4 +45,4 @@ export const getLoggedUserDetails = async () => { console.log("error occurred : ", error) return {}; } -} \ No newline at end of file +}