feat: share SSO session with admin panel
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s

This commit is contained in:
Kroonk
2026-05-21 23:55:18 +02:00
parent 14505c2296
commit ae775c4dcf
7 changed files with 23 additions and 9 deletions

6
sw.js
View File

@@ -1,12 +1,12 @@
const CACHE_NAME = 'mischlabs-pwa-v18';
const CACHE_NAME = 'mischlabs-pwa-v19';
const APP_SHELL = [
'/',
'/index.html',
'/favorites.html',
'/offline.html',
'/style.css?v=29',
'/auth.js?v=1',
'/app.js?v=34',
'/auth.js?v=2',
'/app.js?v=35',
'/favorites.js?v=1',
'/services.json?v=1',
'/manifest.webmanifest?v=4',