feat: indent

This commit is contained in:
qianxi0410
2022-08-06 23:36:20 +08:00
parent aafdc546fa
commit d025259db7
3 changed files with 11 additions and 11 deletions

View File

@ -88,8 +88,8 @@ export const CaptchaWidget = ({captchaType, subType, siteKey, clientSecret, onCh
if (window.initGeetest4 && siteKey && !getLock) {
const captchaId = String(siteKey);
window.initGeetest4({
captchaId,
product: "float",
captchaId,
product: "float",
}, function(captchaObj) {
if (!getLock) {
captchaObj.appendTo("#captcha");