We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c73a8e commit 6139280Copy full SHA for 6139280
examples/memberships/src/lib/middleware/implicit-auth-middleware.ts
@@ -14,9 +14,6 @@ import { COOKIE_PREFIX_KEY } from "../cookie-constants";
14
export const epccEndpoint = process.env.NEXT_PUBLIC_EPCC_ENDPOINT_URL;
15
const clientId = process.env.NEXT_PUBLIC_EPCC_CLIENT_ID;
16
17
-console.log("epccEndpoint: ", epccEndpoint);
18
-console.log("clientId: ", clientId);
19
-
20
export const implicitAuthMiddleware: Middleware = async (
21
req,
22
_event,
0 commit comments