fix(webui): bind key revocation to help
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-24 11:36:40 +02:00
parent 80dabde81d
commit 909e41b7ec
4 changed files with 4 additions and 4 deletions
@@ -36,7 +36,7 @@ from govoplan_identity_trust.backend.service import SqlIdentityTrustService
MODULE_ID = "identity_trust"
MODULE_NAME = "Identity Trust"
MODULE_VERSION = "0.1.19"
MODULE_VERSION = "0.1.20"
DEVICE_READ_SCOPE = "identity_trust:device:read"
DEVICE_WRITE_SCOPE = "identity_trust:device:write"
KEY_ACCESS_SCOPE = "identity_trust:key_access:approve"