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:
2025-12-09 15:34:05 +00:00
parent 1bed2c39d8
commit bfc5b11cc2
+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),