FriendlyCaptcha / friendly-challenge

The widget and docs for the proof of work challenge used in Friendly Captcha. Protect your websites and online services from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
https://friendlycaptcha.com
MIT License
414 stars 61 forks source link

Progress element HTML has incorrect text #262

Closed richardpenny-bp closed 4 months ago

richardpenny-bp commented 4 months ago

Hello, it looks like the Widget is providing an incorrect text value inside the element.

Here is an example:

<progress class="frc-progress" value="0.10416666666666667" title="5/48 (462K/s)">0.10%</progress>

The value of 0.1046 corresponds to a percentage of 10%, rather than 0.10%.

gzuidhof commented 4 months ago

Thank you :) It should be fixed in the next release

richardpenny-bp commented 4 months ago

Super, thank you!