Skip to content

Commit

Permalink
[ES-904] Added CaptchHelperService
Browse files Browse the repository at this point in the history
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
  • Loading branch information
pvsaidurga committed Jun 25, 2024
1 parent 6a13f8b commit edc593f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CaptchaHelper {
@Value("${mosip.esignet.captcha.module-name}")
private String moduleName;

@Value("${mosip.esignet.captcha.validator-name}")
@Value("${mosip.esignet.captcha.validator-url}")
private String validatorUrl;

public boolean validateCaptcha(String captchaToken) {
Expand Down

0 comments on commit edc593f

Please sign in to comment.