feat: better auth question???

This commit is contained in:
karishmas6
2024-10-02 23:34:39 +05:30
parent 2e1a9381f2
commit bdb4102613

View File

@@ -69,7 +69,7 @@ const ProxyForm: React.FC = () => {
<FormControl>
<FormControlLabel
control={<Switch checked={requiresAuth} onChange={handleAuthToggle} />}
label="Requires Authentication?"
label="Does The Proxy Require Authentication?"
/>
</FormControl>
{requiresAuth && (