mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +00:00
update securityKey
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user