diff --git a/dashboard/src/app/(inside)/user/[id]/page.tsx b/dashboard/src/app/(inside)/user/[id]/page.tsx index 35dd8b3..410d262 100644 --- a/dashboard/src/app/(inside)/user/[id]/page.tsx +++ b/dashboard/src/app/(inside)/user/[id]/page.tsx @@ -9,6 +9,7 @@ import { UAParser } from 'ua-parser-js'; import { RecoveryIdentityAddress, VerifiableIdentityAddress } from '@ory/client'; import { Badge } from '@/components/ui/badge'; import { Check, X } from 'lucide-react'; +import { IdentityActions } from '@/components/identity/identity-actions'; interface MergedAddress { recovery_id?: string; @@ -120,7 +121,7 @@ export default async function UserDetailsPage({ params }: { params: Promise<{ id

{identity.id}

- + Traits All identity properties specified in the identity schema @@ -129,6 +130,15 @@ export default async function UserDetailsPage({ params }: { params: Promise<{ id + + + Actions + Quick actions to manage the identity + + + + + Addresses