fix: resolve context key cycle for admin check

This commit is contained in:
2026-04-22 21:23:38 +02:00
parent 77f0daca26
commit ee05ad7511
8 changed files with 23 additions and 36 deletions

3
web/context/context.go Normal file
View File

@@ -0,0 +1,3 @@
package context
const UserKey = "mal:user"