update securityKey

This commit is contained in:
Lokowitz
2025-09-23 17:44:34 +00:00
parent 73cd82081a
commit 1352316492

View File

@@ -605,7 +605,7 @@ export async function verifyAuthentication(
}
// Find the security key in database
const credentialId = Buffer.from(credential.id, 'base64').toString('base64');
const credentialId = credential.id;
const [securityKey] = await db
.select()
.from(securityKeys)