feat(network.js): Logout-Anforderungsmethode hinzugefügt.

- Logout-Methode zum LOGOUT-Ereignis hinzugefügt
This commit is contained in:
Developer 02
2025-02-11 16:28:50 +01:00
parent 3d5053d177
commit 5d95f2f221
4 changed files with 12 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ class App {
Comp.ShareBackdrop.show();
break;
case 'LOGOUT':
alert('log out')
await logout();
break;
}
}