From 55f8ea9843f1abe6f521806b26ad4698e6d6f45b Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Fri, 16 May 2025 19:52:06 +0200 Subject: [PATCH] Add todo --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index e5f9cc0..c5455a6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1029,6 +1029,7 @@ function App() { const logoutFunc = useCallback(async () => { try { if (extState === 'authenticated') { + // TODO translate await showUnsavedChanges({ message: 'Are you sure you would like to logout?', });