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
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 12s
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
|
||||
<nav class="dashboard-actions" aria-label="Dashboard Aktionen">
|
||||
<span class="user-badge" id="dashboardUserBadge" hidden></span>
|
||||
<a class="ghost-button mini" id="adminPanelLink" href="/admin.html" hidden>Admin Panel</a>
|
||||
<a class="ghost-button mini" id="favoritesLink" href="/favorites.html" hidden>Favoriten</a>
|
||||
<button class="ghost-button mini" id="dashboardLoginButton" type="button">SSO Login</button>
|
||||
<button class="ghost-button mini" id="dashboardLogoutButton" type="button" hidden>Abmelden</button>
|
||||
@@ -133,7 +134,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
|
||||
<script src="/auth.js?v=1" defer></script>
|
||||
<script src="/app.js?v=34" defer></script>
|
||||
<script src="/auth.js?v=2" defer></script>
|
||||
<script src="/app.js?v=35" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user