mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
review: fixed function name
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { reconstructTenantURL, reconstructURL } from "talk-server/app/url";
|
||||
import { constructTenantURL, reconstructURL } from "talk-server/app/url";
|
||||
import {
|
||||
GQLOIDCAuthIntegration,
|
||||
GQLOIDCAuthIntegrationTypeResolver,
|
||||
@@ -19,7 +19,7 @@ const OIDCAuthIntegration: GQLOIDCAuthIntegrationTypeResolver<
|
||||
|
||||
// Note that when constructing the callback url with the tenant, the port
|
||||
// information is lost.
|
||||
return reconstructTenantURL(ctx.config, ctx.tenant, path);
|
||||
return constructTenantURL(ctx.config, ctx.tenant, path);
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user