diff --git a/components/sign-in.tsx b/components/sign-in.tsx index 0bc181c..c31d84d 100644 --- a/components/sign-in.tsx +++ b/components/sign-in.tsx @@ -1,18 +1,30 @@ +import Footer from "@/app/[locale]/(main)/footer" +import Header from "@/app/[locale]/(main)/header" import { signIn } from "@/auth" export function SignIn() { return ( -
{ - "use server" - await signIn("credentials", formData) - }} - > - - -
+
+
+
+
{ + "use server" + const res = await signIn("credentials", formData) + console.log(res) + }} + > +
+ + +
+
+
+
) } \ No newline at end of file