This commit is contained in:
Nicola Benaglia 2025-05-16 19:52:06 +02:00
parent cb336133c6
commit 55f8ea9843

View File

@ -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?',
});