Open pyphilia opened 1 year ago
PR graasp/graasp-auth#183 changes slightly the message that is displayed (the captcha script in this case was disabled, so there is not property captcha):
In case the captcha validation fails because the score is too low we get:
This is because the backend sends an AuthenticationError
without more information.
Should we improve that message further ?
The message should be something readable, not "401 error".