From 5cbae416f83ab9d69133543be266f727e101a97d Mon Sep 17 00:00:00 2001 From: Kalydosos Date: Thu, 26 Dec 2024 18:53:12 +0100 Subject: [PATCH] fix cors errors on attachments --- src/components/TestToolMenu.tsx | 9 +++++++++ src/languages/en.ts | 2 ++ src/languages/es.ts | 2 ++ src/libs/actions/Session/index.ts | 14 +++++++++++++- 4 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/components/TestToolMenu.tsx b/src/components/TestToolMenu.tsx index 89f3fbc528ef..783b1f74cec2 100644 --- a/src/components/TestToolMenu.tsx +++ b/src/components/TestToolMenu.tsx @@ -111,6 +111,15 @@ function TestToolMenu() { /> + {/* Sends an expired session to the FE and invalidates the session by the same time in the BE. Action is delayed for 15s */} + +