wiringbits / scala-webapp-template

A pragmatic skeleton to build web applications in Scala/Scala.js, including user registration, login, admin portal, and, deployments
https://template-demo.wiringbits.net/
MIT License
174 stars 40 forks source link

Captcha value must be cleared after backend responses #367

Open AlexITC opened 1 year ago

AlexITC commented 1 year ago

This applies to all forms using captchas, for example, try logging in with invalid credentials, server will return an error but frontend won't clear up the captcha value, send the request again and server will complain about the expired captcha.