We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4962688 commit 8542c1aCopy full SHA for 8542c1a
1 file changed
packages/server/api/src/app/authentication/context/authentication-cookies.ts
@@ -61,7 +61,7 @@ export function removeAuthCookies(reply: FastifyReply): FastifyReply {
61
});
62
}
63
64
-function getOpenOpsSubDomain(): string {
+export function getOpenOpsSubDomain(): string {
65
const frontendUrl = system.getOrThrow(SharedSystemProp.FRONTEND_URL);
66
67
const tablesUrl = system.getOrThrow(AppSystemProp.OPENOPS_TABLES_PUBLIC_URL);
0 commit comments