From a8bb610be77bf36149d58f31d38ceec47ecdb76e Mon Sep 17 00:00:00 2001 From: gibbyb Date: Fri, 20 Mar 2026 17:41:19 -0500 Subject: [PATCH] Get password auth working. --- apps/next/src/app/(auth)/sign-in/page.tsx | 15 ++-- apps/next/src/app/layout.tsx | 2 +- .../layout/auth/profile/user-info.tsx | 3 +- .../src/components/layout/header/index.tsx | 2 +- .../convex/custom/auth/providers/usesend.ts | 4 +- packages/ui/src/theme.tsx | 89 +++++++++---------- 6 files changed, 57 insertions(+), 58 deletions(-) diff --git a/apps/next/src/app/(auth)/sign-in/page.tsx b/apps/next/src/app/(auth)/sign-in/page.tsx index 05bae8a..6d3917f 100644 --- a/apps/next/src/app/(auth)/sign-in/page.tsx +++ b/apps/next/src/app/(auth)/sign-in/page.tsx @@ -252,24 +252,27 @@ const SignIn = () => { setFlow(value as 'signIn' | 'signUp')} - className='items-center' + className='items-center flex-col' > - + Sign In Sign Up - - + +
- + diff --git a/apps/next/src/components/layout/auth/profile/user-info.tsx b/apps/next/src/components/layout/auth/profile/user-info.tsx index d70c8ce..41734e2 100644 --- a/apps/next/src/components/layout/auth/profile/user-info.tsx +++ b/apps/next/src/components/layout/auth/profile/user-info.tsx @@ -53,7 +53,7 @@ export const UserInfoForm = ({ const userProvider = usePreloadedQuery(preloadedProvider); const providerMap: Record = { unknown: 'Provider', - authentik: 'Gib\'s Auth' + authentik: 'Gib\'s Auth', }; const [loading, setLoading] = useState(false); @@ -168,4 +168,3 @@ export const UserInfoForm = ({ ); }; - diff --git a/apps/next/src/components/layout/header/index.tsx b/apps/next/src/components/layout/header/index.tsx index 053a00c..0999702 100644 --- a/apps/next/src/components/layout/header/index.tsx +++ b/apps/next/src/components/layout/header/index.tsx @@ -28,7 +28,7 @@ export default function Header(headerProps: ComponentProps<'header'>) { alt='Convex Monorepo' width={50} height={50} - className='invert dark:invert-0' + className='invert dark:invert-0 w-15' />