We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f8246 commit ce6969dCopy full SHA for ce6969d
packages/features/ee/organizations/lib/orgDomains.ts
@@ -45,7 +45,7 @@ export function getOrgSlug(hostname: string, forcedSlug?: string) {
45
});
46
47
if (!currentHostname) {
48
- log.warn("Match of WEBAPP_URL with ALLOWED_HOSTNAME failed", { WEBAPP_URL, ALLOWED_HOSTNAMES });
+ log.warn("Match of WEBAPP_URL with ALLOWED_HOSTNAMES failed", { WEBAPP_URL, ALLOWED_HOSTNAMES });
49
return null;
50
}
51
// Define which is the current domain/subdomain
0 commit comments