Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH authored Jan 3, 2025
1 parent ca7c05e commit 5d23d8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/app/(auth)/login/reset/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import Link from "next/link";
import { notFound } from "next/navigation";
import { UserAuthForm } from "./form.client";

export const dynamic = "force-static";

export default async function LoginPage(props: {
searchParams: Promise<{
token: string;
Expand Down

0 comments on commit 5d23d8d

Please sign in to comment.