Skip to content

Commit

Permalink
Merge pull request #270 from Zicchio/dev-fix-polling
Browse files Browse the repository at this point in the history
fix: qrcode polling for 202 accepted
  • Loading branch information
peppelinux authored Sep 19, 2024
2 parents 1cad07f + 9b3a808 commit 435d20b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/satosa/templates/qr_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
data,
statusCode: {
201: StartQRcodeScanCheck,
202: StartQRcodeScanCheck,
200: connectionCompleted,
400: Forbidden,
401: Forbidden,
Expand Down

0 comments on commit 435d20b

Please sign in to comment.