feat: better auth question???
This commit is contained in:
@@ -69,7 +69,7 @@ const ProxyForm: React.FC = () => {
|
|||||||
<FormControl>
|
<FormControl>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={<Switch checked={requiresAuth} onChange={handleAuthToggle} />}
|
control={<Switch checked={requiresAuth} onChange={handleAuthToggle} />}
|
||||||
label="Requires Authentication?"
|
label="Does The Proxy Require Authentication?"
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
{requiresAuth && (
|
{requiresAuth && (
|
||||||
|
|||||||
Reference in New Issue
Block a user