Skip to content

Commit

Permalink
update for site key changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnubansaltarento committed Aug 13, 2024
1 parent 0fd1760 commit 9601294
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 9601294

Please sign in to comment.