diff --git a/components/settings/unified/tabs/SiteVisibilityTab.tsx b/components/settings/unified/tabs/SiteVisibilityTab.tsx index f6f3bd1..33d80e0 100644 --- a/components/settings/unified/tabs/SiteVisibilityTab.tsx +++ b/components/settings/unified/tabs/SiteVisibilityTab.tsx @@ -114,6 +114,15 @@ export default function SiteVisibilityTab({ siteId }: { siteId: string }) { onChange={e => setPassword(e.target.value)} placeholder={site.has_password ? 'Leave empty to keep current password' : 'Set a password'} /> + {site.has_password && ( + + )} )}