From e4f18452c7498641efe8ab370c4c31adcc81064c Mon Sep 17 00:00:00 2001 From: dhb52 <dhb52@126.com> Date: 星期五, 15 三月 2024 00:42:00 +0800 Subject: [PATCH] fix: if(captchaEnabled) => if(captchaEnabled.value) --- .eslintignore | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index c4d771a..e74db40 100644 --- a/.eslintignore +++ b/.eslintignore @@ -11,7 +11,7 @@ .husky .local /bin -.eslintrc.js +.eslintrc.cjs prettier.config.js src/assets -tailwind.config.js \ No newline at end of file +tailwind.config.js -- Gitblit v1.9.3