diff --git a/src/app/sign/page.tsx b/src/app/sign/page.tsx index 7cf842f..4b8da5f 100644 --- a/src/app/sign/page.tsx +++ b/src/app/sign/page.tsx @@ -21,7 +21,7 @@ export default async function SignIn() { ) - :( + :(
{ "use server" @@ -29,7 +29,8 @@ export default async function SignIn() { }} > - +
+
) } \ No newline at end of file