ory / integrations

Apache License 2.0
19 stars 24 forks source link

bug with cookie domain #25

Closed rostyk110 closed 2 years ago

rostyk110 commented 2 years ago

hostname contains domain, so this condition returns false all time

if (!parsed.domain) { return parsed.hostname }

image