Skip to content

Commit 57de619

Browse files
authored
Merge pull request #2697 from trycompai/chore/pentest-target-placeholder
chore(pentest): genericize target URL placeholder
2 parents 948e287 + 967a44f commit 57de619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src/app/(app)/[orgId]/security/penetration-tests/_components/CreateRunPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function CreateRunPanel({
107107
id="pt-target-url"
108108
value={targetUrl}
109109
onChange={(e) => setTargetUrl(e.target.value)}
110-
placeholder="app.staging.trycomp.ai"
110+
placeholder="your.staging.app"
111111
autoFocus
112112
required
113113
className="flex-1 bg-transparent font-mono text-xs outline-none"

0 commit comments

Comments
 (0)