fix logout notification

This commit is contained in:
PhilReact 2024-12-18 11:13:15 +02:00
parent c5afade0cf
commit dbc92981a7

View File

@ -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?",