Commit f4a1f9e4e44b5196059e444dc099a357b9e95a3f
1 parent
d0810526
Exists in
master
and in
5 other branches
add path to use Dialoga server as captcha proxy
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -1219,8 +1219,8 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
1219 | 1219 | var oCaptcha_serpro_gov_br; |
1220 | 1220 | oCaptcha_serpro_gov_br = new captcha_serpro_gov_br(); |
1221 | 1221 | window.lastCaptcha = oCaptcha_serpro_gov_br; |
1222 | - | |
1223 | 1222 | oCaptcha_serpro_gov_br.clienteId = 'fdbcdc7a0b754ee7ae9d865fda740f17'; |
1223 | + oCaptcha_serpro_gov_br.url = "/captchaserpro" | |
1224 | 1224 | oCaptcha_serpro_gov_br.criarUI(signupForm.find('#serpro_captcha')[0], 'css', 'serpro_captcha_component_'); |
1225 | 1225 | |
1226 | 1226 | e.preventDefault(); | ... | ... |