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(() => {