frontend: provide Clerk-safe wrappers for secretless CI prerender

This commit is contained in:
Ishaan (OpenClaw)
2026-02-06 22:49:54 +00:00
parent b88936ae9c
commit 6de49310bc
22 changed files with 107 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ import { useMemo, useState } from "react";
import Link from "next/link";
import { useRouter } from "next/navigation";
import { SignInButton, SignedIn, SignedOut, useAuth } from "@clerk/nextjs";
import { SignInButton, SignedIn, SignedOut, useAuth } from "@/auth/clerk";
import { ApiError } from "@/api/mutator";
import { useCreateBoardApiV1BoardsPost } from "@/api/generated/boards/boards";