feat: -rm apiKey from proxyConfig

This commit is contained in:
karishmas6
2024-10-02 21:03:10 +05:30
parent ed853618c3
commit 748a7ec1c2

View File

@@ -22,7 +22,6 @@ const ProxyForm: React.FC = () => {
server: '',
username: '',
password: '',
apiKey: '',
});
const { notify } = useGlobalInfoStore();