fix: edge

This commit is contained in:
hamster1963 2024-10-21 00:46:55 +08:00
parent 291b9c9b9b
commit bf60403111

View File

@ -4,6 +4,8 @@ import { signIn } from "@/auth"
import { useLocale } from "next-intl"
import { redirect } from "next/navigation"
export const runtime = 'edge';
export function SignIn() {
const locale = useLocale()