From 000a43e5471fe2f14a162ef8d512219361ace6c4 Mon Sep 17 00:00:00 2001 From: Luv_Sharma <141054252+LuvSharma007@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:23:54 +0530 Subject: [PATCH] Update App.jsx --- src/App.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index b3f912c..75ae8ab 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -20,6 +20,8 @@ function App() { else{ dispatch(logout()) } + }).catch((err)=>{ + console.log(`Error while getting login user`${err}); }) .finally(() =>{ setLoading(false) @@ -36,8 +38,10 @@ function App() {