frontend: force-dynamic on auth routes to avoid prerender in CI

This commit is contained in:
Ishaan (OpenClaw)
2026-02-06 22:51:58 +00:00
parent 6de49310bc
commit e8e27fdcc3
15 changed files with 30 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
"use client";
export const dynamic = "force-dynamic";
import { useState } from "react";
import { useRouter } from "next/navigation";