fix correct VAPID key loading and public key assignment when PEM files exist

This commit is contained in:
2026-07-28 23:21:35 +02:00
parent ad14499df0
commit b037434e89
2 changed files with 32 additions and 26 deletions
+1 -1
View File
@@ -1371,8 +1371,8 @@
await loadLibraryItems(); // Daten neu laden
// renderTable(); // Ggf. Tabelle neu rendern
} else {
closeEditLibraryModal();
await loadLibraryItems();
closeEditLibraryModal();
}
} catch (error) {
console.error('Update failed:', error);