From 47cf052d22d5db6166d3018a299d393c0534f9fe Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:17:57 +0800 Subject: [PATCH] fix: duplicated turnstile component --- web/src/components/PersonalSetting.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/web/src/components/PersonalSetting.js b/web/src/components/PersonalSetting.js index e81df700..deb5a38b 100644 --- a/web/src/components/PersonalSetting.js +++ b/web/src/components/PersonalSetting.js @@ -378,16 +378,6 @@ const PersonalSetting = () => { ) : ( <> )} - {turnstileEnabled ? ( - { - setTurnstileToken(token); - }} - /> - ) : ( - <> - )}