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}
-