Skip to content

Commit 9162956

Browse files
authored
Update apps/web-roo-code/src/components/CookieConsent.tsx
1 parent 66a90e8 commit 9162956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web-roo-code/src/components/CookieConsent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function CookieConsent({
4747
cookieName = CONSENT_COOKIE_NAME,
4848
debug = false,
4949
}: CookieConsentProps) {
50-
const [hostname, setHostname] = useState<string>("localhost")
50+
const [hostname, setHostname] = useState<string>(CONSENT_COOKIE_DOMAIN)
5151

5252
useEffect(() => {
5353
setHostname(window.location.hostname)

0 commit comments

Comments
 (0)