Skip to content

Commit

Permalink
fix: fix AUTH0_ENABLED import for server-game
Browse files Browse the repository at this point in the history
  • Loading branch information
Jameskmonger committed Aug 27, 2023
1 parent b440033 commit dc051d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server-game/src/external/auth0.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ManagementClient } from "auth0";

import { AUTH0_ENABLED } from "@cc-web/auth/auth0/config";
import { AUTH0_ENABLED } from "@cc-server/auth/src/auth0";

export const createManagementClient = (): ManagementClient => {
if (!AUTH0_ENABLED) {
Expand Down

0 comments on commit dc051d4

Please sign in to comment.