chore: fix notification client

This commit is contained in:
2026-03-02 15:36:55 +01:00
parent 81128def9f
commit 9ce621bee5
5 changed files with 23 additions and 14 deletions
@@ -76,9 +76,6 @@ function ClientTabs() {
}, [navigateToOrder, navigation, clearNavigateToOrder]);
const handleLogout = async () => {
if (pushToken) {
await removePushTokenFromBackend(pushToken);
}
await logoutUser();
await logout();
};