Fix: friends.js Auth-Guards für nicht eingeloggte User

This commit is contained in:
rene 2026-04-16 22:48:44 +02:00
parent 44fcb9bc16
commit 21e50c6c7b
4 changed files with 22 additions and 8 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '80'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '81'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {