status update

This commit is contained in:
cpu
2025-03-30 23:09:41 +02:00
parent c8991b81fa
commit 5ff0b07d96
3 changed files with 41 additions and 85 deletions

View File

@@ -35,10 +35,6 @@ export function setupPushNotifications() {
pushFlic.setupPushNotifications();
}
export function forceCredentialsPrompt() {
pushFlic.forceCredentialsPrompt();
}
// --- Handle Messages from Service Worker ---
export function flicMessageHandler(event) {
@@ -118,4 +114,4 @@ export function setupServiceWorker(messageHandler) {
} else {
console.warn('[ServiceWorkerManager] ServiceWorker not supported.');
}
}
}