updating PWA design assets

This commit is contained in:
2025-11-27 00:32:35 +02:00
parent 8825075489
commit f707f6d135
8 changed files with 8 additions and 8 deletions

View File

@@ -197,7 +197,7 @@ class _HomeScreenState extends State<HomeScreen>
Navigator.of(
dialogContext,
).pop(); // Dismiss the dialog
prefs.remove("token");
prefs.clear();
setState(() {
_isLoggedIn = false;
});