Skip to content

Commit

Permalink
add change size images
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Jul 29, 2022
1 parent b990c17 commit 31aadaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/candidat/captcha-business.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getImages = async ({ userId, forwardedFor, clientId, hashCaptcha })
// visualCaptcha.streamImages = streamImages

// Default is non-retina
const isRetina = false
const isRetina = true
const result = await visualCaptcha.streamImages(isRetina)
return result
}
Expand Down

0 comments on commit 31aadaa

Please sign in to comment.