From 8aa1ee5a4f74518d5d19f86f087341ea91e6c3ec Mon Sep 17 00:00:00 2001 From: Youngster_yj <907985037@qq.com> Date: Tue, 15 Oct 2024 10:49:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=B3=E8=BF=87License=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx b/app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx index 6549ef63db..37b3072e4d 100644 --- a/app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx +++ b/app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx @@ -19,7 +19,7 @@ const EnterpriseJudgeLogin: React.FC = (props) => { const {setJudgeLicense, setJudgeLogin} = props // License // const [licenseVerified, setLicenseVerified] = useState(false) - const [activateLicense, setActivateLicense] = useState(false) + const [activateLicense, setActivateLicense] = useState(true) const [loading, setLoading] = useState(true) const [licensePageLoading, setLicensePageLoading] = useState(false) useEffect(() => {