fix: avoid invalid Nextcloud browser login flow
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s

This commit is contained in:
Kroonk
2026-05-21 22:48:02 +02:00
parent 718d843df2
commit 4bb07122ac
4 changed files with 5 additions and 5 deletions

4
sw.js
View File

@@ -1,10 +1,10 @@
const CACHE_NAME = 'mischlabs-pwa-v10';
const CACHE_NAME = 'mischlabs-pwa-v11';
const APP_SHELL = [
'/',
'/index.html',
'/offline.html',
'/style.css?v=27',
'/app.js?v=28',
'/app.js?v=29',
'/services.json?v=1',
'/manifest.webmanifest?v=3',
'/icons/icon-192.png',