diff --git a/bun.lockb b/bun.lockb index 4d280d4d..1cc42250 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/web/app/(auth)/sign-in/[[...sign-in]]/page.tsx b/web/app/(auth)/sign-in/[[...sign-in]]/page.tsx index aa9403c5..0b5feeb9 100644 --- a/web/app/(auth)/sign-in/[[...sign-in]]/page.tsx +++ b/web/app/(auth)/sign-in/[[...sign-in]]/page.tsx @@ -1,19 +1,9 @@ -// import { SignInClient } from "@/components/custom/clerk/sign-in-client" - -// export default async function Page() { -// return ( -//
-// -//
-// ) -// } - -import { SignUpClient } from "@/components/custom/clerk/sign-up-client" +import { SignInClient } from "@/components/custom/clerk/sign-in-client" export default async function Page() { return (
- +
) } diff --git a/web/components/custom/clerk/sign-in-client.tsx b/web/components/custom/clerk/sign-in-client.tsx index aae99d82..cd4f6223 100644 --- a/web/components/custom/clerk/sign-in-client.tsx +++ b/web/components/custom/clerk/sign-in-client.tsx @@ -1,9 +1,9 @@ -import { SignUp } from "@clerk/nextjs" +import { SignIn } from "@clerk/nextjs" -export const SignUpClient = () => { +export const SignInClient = () => { return (
-