While withdraw()withdraws all ERC20s, it does not withdraw Ether, which gets locked in the contract forever after deadline passes.
After deadline, the refund() function is no longer callable because of the beforeDeadline modifier, leaving withdraw() as the only option to withdraw funds from the contract. However, this function only withdraws ERC20s, and not the Ether locked in the contract.
Add a ether transfer to the withdraw function:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.