Skip to content

Commit 8542c1a

Browse files
committed
WIP
1 parent 4962688 commit 8542c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/authentication/context/authentication-cookies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function removeAuthCookies(reply: FastifyReply): FastifyReply {
6161
});
6262
}
6363

64-
function getOpenOpsSubDomain(): string {
64+
export function getOpenOpsSubDomain(): string {
6565
const frontendUrl = system.getOrThrow(SharedSystemProp.FRONTEND_URL);
6666

6767
const tablesUrl = system.getOrThrow(AppSystemProp.OPENOPS_TABLES_PUBLIC_URL);

0 commit comments

Comments
 (0)