some small fixes

This commit is contained in:
Daniel Goc
2026-04-14 14:08:57 +02:00
parent 773e7d3c20
commit 100a9f57d4
4 changed files with 12 additions and 7 deletions

View File

@@ -14,4 +14,5 @@ const (
SearchCreateIndex Permission = "search.create_index"
OrdersViewAll Permission = "orders.view_all"
OrdersModifyAll Permission = "orders.modify_all"
Teleport Permission = "teleport"
)