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

View File

@@ -195,6 +195,7 @@ const MischLabsAuth = (() => {
handleCallback,
isAuthenticated,
login,
logout
logout,
tokens
};
})();