1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-03 21:39:18 +00:00

NORY-59: remove unused permission

This commit is contained in:
Markus Thielker 2025-04-06 19:16:31 +02:00
parent ac6343afe0
commit 57a83bcccc
2 changed files with 0 additions and 3 deletions

View file

@ -30,7 +30,6 @@ import { Label } from '@/components/ui/label';
interface IdentityActionProps {
identity: Identity,
permissions: {
pmEditUser: boolean;
pmDeleteUser: boolean;
pmEditUserState: boolean;
pmDeleteUserSession: boolean;