diff --git a/ui/src/pages/CompanySkills.tsx b/ui/src/pages/CompanySkills.tsx index 0ce0c91a..ed6429be 100644 --- a/ui/src/pages/CompanySkills.tsx +++ b/ui/src/pages/CompanySkills.tsx @@ -1345,13 +1345,13 @@ export function CompanySkills() { {importSkill.isPending ? : "Add"} - {source.trim().length > 0 && /github\.com|^[a-zA-Z0-9_-]+\/[a-zA-Z0-9_.-]+/.test(source.trim()) && ( + {source.trim().length > 0 && (
setImportAuthToken(event.target.value)} - placeholder="GitHub PAT (optional, for private repos)" + placeholder="Personal access token (optional, for private repos)" className="w-full bg-transparent text-sm outline-none placeholder:text-muted-foreground" autoComplete="off" />