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 b6f7de2 commit c0f7df3Copy full SHA for c0f7df3
packages/frontpage/middleware.ts
@@ -17,7 +17,6 @@ import {
17
getAuthCookie,
18
setAuthCookie,
19
} from "./lib/auth";
20
-import { AUTH_SCOPES } from "@repo/frontpage-oauth";
21
22
export async function middleware(request: NextRequest) {
23
const cookieJwt = await getAuthCookie();
0 commit comments