Skip to content

Commit

Permalink
Update packages/synapse-react-client/src/utils/AppUtils/AppUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Nov 11, 2024
1 parent acdff2f commit 243e016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getCookieDomain = () => {
if (window.location.hostname.toLowerCase().endsWith('.synapse.org')) {
return '.synapse.org'
}
if (window.location.hostname.toLowerCase().endsWith('dev.sagebase.org')) {
if (window.location.hostname.toLowerCase().endsWith('.dev.sagebase.org')) {
return '.dev.sagebase.org'
}
return undefined
Expand Down

0 comments on commit 243e016

Please sign in to comment.