Skip to content

Commit

Permalink
fix: 跳过License验证
Browse files Browse the repository at this point in the history
  • Loading branch information
youngster-yj committed Oct 15, 2024
1 parent 40f4ea4 commit 8aa1ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/renderer/src/main/src/pages/EnterpriseJudgeLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const EnterpriseJudgeLogin: React.FC<EnterpriseJudgeLoginProps> = (props) => {
const {setJudgeLicense, setJudgeLogin} = props
// License
// const [licenseVerified, setLicenseVerified] = useState<boolean>(false)
const [activateLicense, setActivateLicense] = useState<boolean>(false)
const [activateLicense, setActivateLicense] = useState<boolean>(true)
const [loading, setLoading] = useState<boolean>(true)
const [licensePageLoading, setLicensePageLoading] = useState<boolean>(false)
useEffect(() => {
Expand Down

0 comments on commit 8aa1ee5

Please sign in to comment.