From 92a97bd580772f21759b3da530705686db1c0569 Mon Sep 17 00:00:00 2001 From: Sofien-Sellami Date: Mon, 13 May 2024 17:27:39 +0100 Subject: [PATCH] bind handleUnauthenticated to correct context --- 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 7226b55d5d9..c4101c76cfe 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()}> }