better names and better default for authentik outpost

This commit is contained in:
fuomag9
2025-11-19 20:48:07 +01:00
parent 12ffbe180b
commit 57f0fbfaf5
+4 -4
View File
@@ -133,9 +133,9 @@ export default function SettingsClient({ general, cloudflare, authentik, metrics
<TextField
name="outpostDomain"
label="Outpost Domain"
placeholder="auth.example.com"
placeholder="outpost.goauthentik.io"
defaultValue={authentik?.outpostDomain ?? ""}
helperText="Domain where Authentik is hosted"
helperText="Authentik outpost domain"
required
fullWidth
/>
@@ -150,10 +150,10 @@ export default function SettingsClient({ general, cloudflare, authentik, metrics
/>
<TextField
name="authEndpoint"
label="Auth Endpoint (Optional)"
label="Authpost Endpoint"
placeholder="/outpost.goauthentik.io/auth/caddy"
defaultValue={authentik?.authEndpoint ?? ""}
helperText="Custom authentication endpoint path"
helperText="Authpost endpoint path"
fullWidth
/>
<Box sx={{ display: "flex", justifyContent: "flex-end" }}>