Skip to content

Commit

Permalink
Merge branch 'fix/register-captcha-error' into 'master'
Browse files Browse the repository at this point in the history
Fix captcha error on register #4353

See merge request minds/mobile-native!1826
  • Loading branch information
msantang78 committed Jul 22, 2022
2 parents e6c5444 + 4fc4f51 commit fa96043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/friendly-captcha/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default `
document.getElementById('captcha'),
{
startMode: 'auto',
sitekey: 'minds-mobile' + window.captchaOrigin ? '&origin=' + window.captchaOrigin : '',
sitekey: 'minds-mobile&origin=' + (window.captchaOrigin || 'null'),
puzzleEndpoint:
'api/v3/friendly-captcha/puzzle',
doneCallback: solution => {
Expand Down

0 comments on commit fa96043

Please sign in to comment.