Skip to content

Commit

Permalink
Merge pull request #382 from sunbird-cb/recaptcha-integration
Browse files Browse the repository at this point in the history
Recaptcha integration
  • Loading branch information
Haritest authored Aug 13, 2024
2 parents 1e9c64d + fb6642e commit 6917bd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/artifacts/sunbird/login/login.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,9 @@
<script type="text/javascript">
var onloadCallback = function() {
grecaptcha.render('captcha', {
'sitekey' : '6Lcl-CQqAAAAAMEPv0kxyrtYhBVZBXtXygyHNoyX',
'badge' : 'bottomright'
'sitekey' : '6LfY0l0gAAAAAAgmOgNn-VEW5jwu_-AyXTTH8gq4',
'badge' : 'bottomright',
'size': 'invisible'
});
};
var validateRecaptcha = function() {
Expand Down

0 comments on commit 6917bd3

Please sign in to comment.