Skip to content

Commit 0c90ab0

Browse files
iQQBotgeropl
andauthored
Update components/server/src/auth/authenticator.ts
Co-authored-by: Gero Posmyk-Leinemann <[email protected]>
1 parent b6f8777 commit 0c90ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/authenticator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class Authenticator {
8686
if (this.isApiSubdomainOfConfiguredHost(req.hostname)) {
8787
log.info(`OAuth callback on api subdomain, redirecting to base domain for nonce validation`, {
8888
hostname: req.hostname,
89-
configuredHost: this.config.hostUrl.url.hostname,
89+
configuredHostname: this.config.hostUrl.url.hostname,
9090
});
9191
const baseUrl = this.config.hostUrl.with({
9292
pathname: req.path,

0 commit comments

Comments
 (0)