feat: -rm apiKey from proxyConfig
This commit is contained in:
@@ -22,7 +22,6 @@ const ProxyForm: React.FC = () => {
|
|||||||
server: '',
|
server: '',
|
||||||
username: '',
|
username: '',
|
||||||
password: '',
|
password: '',
|
||||||
apiKey: '',
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const { notify } = useGlobalInfoStore();
|
const { notify } = useGlobalInfoStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user