From 8fa339f296fd7e844f3879cfd81e47dbff315e66 Mon Sep 17 00:00:00 2001 From: Sofien-Sellami <73444179+Sofien-Sellami@users.noreply.github.com> Date: Tue, 14 May 2024 17:56:58 +0100 Subject: [PATCH] fix(auth): bind handleUnauthenticated to correct context (#4120) --- platform/app/src/routes/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/app/src/routes/index.tsx b/platform/app/src/routes/index.tsx index 7226b55d5..c4101c76c 100644 --- a/platform/app/src/routes/index.tsx +++ b/platform/app/src/routes/index.tsx @@ -149,7 +149,7 @@ const createRoutes = ({ exact path={route.path} element={ - + userAuthenticationService.handleUnauthenticated()}> }