We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 948e287 + 967a44f commit 57de619Copy full SHA for 57de619
1 file changed
apps/app/src/app/(app)/[orgId]/security/penetration-tests/_components/CreateRunPanel.tsx
@@ -107,7 +107,7 @@ export function CreateRunPanel({
107
id="pt-target-url"
108
value={targetUrl}
109
onChange={(e) => setTargetUrl(e.target.value)}
110
- placeholder="app.staging.trycomp.ai"
+ placeholder="your.staging.app"
111
autoFocus
112
required
113
className="flex-1 bg-transparent font-mono text-xs outline-none"
0 commit comments