mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-07 19:26:36 +00:00
update securityKey
This commit is contained in:
@@ -605,7 +605,7 @@ export async function verifyAuthentication(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Find the security key in database
|
// Find the security key in database
|
||||||
const credentialId = Buffer.from(credential.id, 'base64').toString('base64');
|
const credentialId = credential.id;
|
||||||
const [securityKey] = await db
|
const [securityKey] = await db
|
||||||
.select()
|
.select()
|
||||||
.from(securityKeys)
|
.from(securityKeys)
|
||||||
|
|||||||
Reference in New Issue
Block a user