Skip to content

Commit

Permalink
Merge pull request #122 from berkes/feature/debug-log-qr-contents
Browse files Browse the repository at this point in the history
Feature/debug log qr contents
  • Loading branch information
fransward authored Jul 23, 2024
2 parents a549508 + e87677a commit c5fc063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/util/requiredAttributes.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test("Construct errors", () => {
"error_code": "903"
}
],
"extensions.StudyLoadExtension": [
"extensions.TimeInvestmentExtension": [
{
"error_code": "903"
}
Expand Down
1 change: 1 addition & 0 deletions src/routes/students/BadgeDetails.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
showOb3SsiAgentModal = true
loaded = true
qrCode = res.qr_code_base64;
console.debug("QR code contents:", qrCode)
})
}
Expand Down

0 comments on commit c5fc063

Please sign in to comment.