Veraltete autogenerierte Permissions entfernt (remove_project, delete_project)

This commit is contained in:
marcus hinz
2026-07-20 13:37:34 +02:00
parent 6c765ff7b5
commit 347fc70982
2 changed files with 0 additions and 22 deletions
@@ -1,11 +0,0 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-delete-project"
description = "Enables the delete_project command without any pre-configured scope."
commands.allow = ["delete_project"]
[[permission]]
identifier = "deny-delete-project"
description = "Denies the delete_project command without any pre-configured scope."
commands.deny = ["delete_project"]
@@ -1,11 +0,0 @@
# Automatically generated - DO NOT EDIT!
[[permission]]
identifier = "allow-remove-project"
description = "Enables the remove_project command without any pre-configured scope."
commands.allow = ["remove_project"]
[[permission]]
identifier = "deny-remove-project"
description = "Denies the remove_project command without any pre-configured scope."
commands.deny = ["remove_project"]