From dbc92981a7f38de00043866c8662c32d32251841 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Wed, 18 Dec 2024 11:13:15 +0200 Subject: [PATCH] fix logout notification --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index dcd42ca..762782d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1068,7 +1068,7 @@ function App() { message: "Your settings have changed. If you logout you will lose your changes. Click on the save button in the header to keep your changed settings.", }); - } else { + } else if(extState === 'authenticated') { await showUnsavedChanges({ message: "Are you sure you would like to logout?",