From 152ec171c5d28809a4c2460bf348e38e749565d7 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Sun, 29 Dec 2024 00:33:39 +0100 Subject: [PATCH] NORY-47: improve identity details layout --- dashboard/src/app/(inside)/user/[id]/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dashboard/src/app/(inside)/user/[id]/page.tsx b/dashboard/src/app/(inside)/user/[id]/page.tsx index 44806a3..35dd8b3 100644 --- a/dashboard/src/app/(inside)/user/[id]/page.tsx +++ b/dashboard/src/app/(inside)/user/[id]/page.tsx @@ -87,10 +87,7 @@ export default async function UserDetailsPage({ params }: { params: Promise<{ id }); const sessions = await identityApi.listIdentitySessions({ id: identityId }) - .then((response) => { - console.log('sessions', response.data); - return response.data; - }) + .then((response) => response.data) .catch(() => { console.log('No sessions found'); }); @@ -122,8 +119,8 @@ export default async function UserDetailsPage({ params }: { params: Promise<{ id

{addresses[0].value}

{identity.id}

-
- +
+ Traits All identity properties specified in the identity schema