From d4d690eb1536d88ff2f89746939556a01b62964a Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sat, 20 Sep 2025 09:49:54 -0500 Subject: [PATCH] not even sure --- apps/next/package.json | 2 +- apps/next/src/app/(auth)/profile/page.tsx | 3 +- apps/next/src/app/(auth)/signin/page.tsx | 17 +++++-- .../layout/auth/buttons/microsoft.tsx | 2 +- .../layout/profile/reset-password.tsx | 15 ++++-- .../components/layout/profile/user-info.tsx | 5 +- bun.lock | 10 ++-- packages/backend/convex/auth.ts | 34 ++++++++++++- packages/backend/convex/statuses.ts | 49 ++++++++++--------- packages/backend/package.json | 4 +- 10 files changed, 101 insertions(+), 40 deletions(-) diff --git a/apps/next/package.json b/apps/next/package.json index ae98f1a..ac07db8 100644 --- a/apps/next/package.json +++ b/apps/next/package.json @@ -39,7 +39,7 @@ "radix-ui": "^1.4.3", "react": "^19.1.1", "react-dom": "^19.1.1", - "react-hook-form": "^7.62.0", + "react-hook-form": "^7.63.0", "react-image-crop": "^11.0.10", "require-in-the-middle": "^7.5.2", "sonner": "^2.0.7", diff --git a/apps/next/src/app/(auth)/profile/page.tsx b/apps/next/src/app/(auth)/profile/page.tsx index 28655a7..59e10e2 100644 --- a/apps/next/src/app/(auth)/profile/page.tsx +++ b/apps/next/src/app/(auth)/profile/page.tsx @@ -18,8 +18,7 @@ const Profile = async () => { - - + diff --git a/apps/next/src/app/(auth)/signin/page.tsx b/apps/next/src/app/(auth)/signin/page.tsx index b1e2bcf..1a35512 100644 --- a/apps/next/src/app/(auth)/signin/page.tsx +++ b/apps/next/src/app/(auth)/signin/page.tsx @@ -222,16 +222,22 @@ const SignIn = () => { -
-
+
+
or
-
+
+
+ +
@@ -337,9 +343,12 @@ const SignIn = () => {
-
+
+
+ +
diff --git a/apps/next/src/components/layout/auth/buttons/microsoft.tsx b/apps/next/src/components/layout/auth/buttons/microsoft.tsx index d72283d..99f0db0 100644 --- a/apps/next/src/components/layout/auth/buttons/microsoft.tsx +++ b/apps/next/src/components/layout/auth/buttons/microsoft.tsx @@ -20,7 +20,7 @@ export const MicrosoftSignInButton = ({