Browse Source

id card request : decode altcha payload

olinox14 1 year ago
parent
commit
604fd970b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/State/Provider/IdCardRequestProvider.php

+ 1 - 1
src/State/Provider/IdCardRequestProvider.php

@@ -45,7 +45,7 @@ class IdCardRequestProvider implements ProviderInterface
 
         try {
             $valid = Altcha::verifySolution(
-                $altchaPayload,
+                urldecode($altchaPayload),
                 $this->hmacKey,
                 true
             );