Skip to content

Commit

Permalink
fix: qrcode polling for 202 accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
elisanp authored Sep 17, 2024
1 parent 1cad07f commit 9b3a808
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 9b3a808

Please sign in to comment.