Improve captch erorr handling on invalid input

This commit is contained in:
Paulo Gustavo Veiga
2022-02-12 10:33:05 -08:00
parent 83cff3f66d
commit ccc0b10ea0
3 changed files with 7 additions and 2 deletions

View File

@@ -28,4 +28,5 @@ public interface Messages {
String CAPTCHA_LOADING_ERROR = "CAPTCHA_LOADING_ERROR";
String CAPTCHA_TIMEOUT_OUT_DUPLICATE = "CAPTCHA_TIMEOUT_OUT_DUPLICATE";
String CAPTCHA_INVALID_INPUT_RESPONSE = "CAPTCHA_INVALID_INPUT_RESPONSE";
}