Fix of the Notifications Funktions and the notifications system in generell in regarts to the Vapid key handeling

This commit is contained in:
2026-07-28 23:46:15 +02:00
parent b037434e89
commit 3571bb6f6d
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -89,7 +89,7 @@
<script>
document.addEventListener('DOMContentLoaded', function() {
if (typeof showPushNotificationSettings === 'function') {
showPushNotificationSettings();
showPushNotificationSettings('{{ vapid_public_key }}');
}
});
</script>