refactor: -rm apiKey form control

This commit is contained in:
karishmas6
2024-10-02 21:02:45 +05:30
parent 372e71a97c
commit ed853618c3

View File

@@ -74,16 +74,6 @@ const ProxyForm: React.FC = () => {
/>
</FormControl>
<FormControl>
<TextField
label="API Key (Optional)"
name="apiKey"
value={proxyConfig.apiKey}
onChange={handleChange}
fullWidth
/>
</FormControl>
<FormControl>
<TextField
label="Username (Optional)"