Skip to content

Commit

Permalink
refactor: improve ux
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 21, 2024
1 parent 4aca3bd commit 77f27be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ router.patch("/passkeys",

const sessionId = req.body.session_id;

const accessMethod = "Passkey";
const accessMethod = `Passkey (${passkey.label})`;
const accessTm = new Date().toISOString();
const accessUa = utilVisitor.getUserAgent(req, true);
const accessIp = utilVisitor.getIPAddress(req);
Expand Down

0 comments on commit 77f27be

Please sign in to comment.