Commit fb30df4d3b3ee39c34e8c2acf6c4bc829354b8ab
1 parent
c4b5afac
Exists in
master
and in
4 other branches
Change captcha url
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
... | ... | @@ -903,7 +903,7 @@ define(['jquery', 'handlebars', 'fastclick', 'proposal_app', 'handlebars_helpers |
903 | 903 | $element.data('captcha', oCaptcha_serpro_gov_br); |
904 | 904 | oCaptcha_serpro_gov_br.clienteId = serpro_captcha_clienteId; |
905 | 905 | if(!localDevelopment) { |
906 | - oCaptcha_serpro_gov_br.url = "/captchaserpro" | |
906 | + oCaptcha_serpro_gov_br.url = "/serprocaptcha" | |
907 | 907 | } |
908 | 908 | oCaptcha_serpro_gov_br.criarUI(element, 'css', 'serpro_captcha_component_', Main.guid()); |
909 | 909 | }, | ... | ... |