admin tabbed pages

This commit is contained in:
2025-08-29 08:24:00 +01:00
parent 60a9081ead
commit 75bab2af0b
12 changed files with 2723 additions and 0 deletions
+1
View File
@@ -75,5 +75,6 @@ module.exports = {
"/auth/signin": ["common", "common", "auth"],
"/auth/verify-request": ["common", "common", "auth"],
"/auth/error": ["common", "common", "auth"],
"/admin": ["case"],
},
};