import type { Metadata } from "next"; import { Suspense } from "react"; import LoginPageClient from "./LoginPageClient"; export const metadata: Metadata = { title: "Log in · CommunityRule", robots: { index: false, follow: false }, }; function LoginFallback() { return (
Loading…