Fix missing credential_uuid in admin user detail API that was causing linkage between sessions and their passkeys not show up.

This commit is contained in:
Leo Vasanko
2025-12-09 15:34:05 +00:00
parent c605926c30
commit e1e4a211ec
+1
View File
@@ -559,6 +559,7 @@ async def admin_get_user_detail(
sessions_payload.append(
{
"id": encode_session_key(entry.key),
"credential_uuid": str(entry.credential_uuid),
"host": entry.host,
"ip": entry.ip,
"user_agent": useragent.compact_user_agent(entry.user_agent),