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 b6f8777 commit 0c90ab0Copy full SHA for 0c90ab0
components/server/src/auth/authenticator.ts
@@ -86,7 +86,7 @@ export class Authenticator {
86
if (this.isApiSubdomainOfConfiguredHost(req.hostname)) {
87
log.info(`OAuth callback on api subdomain, redirecting to base domain for nonce validation`, {
88
hostname: req.hostname,
89
- configuredHost: this.config.hostUrl.url.hostname,
+ configuredHostname: this.config.hostUrl.url.hostname,
90
});
91
const baseUrl = this.config.hostUrl.with({
92
pathname: req.path,
0 commit comments