Get password auth working.

This commit is contained in:
2026-03-20 17:41:19 -05:00
parent 81e6a5aaa6
commit a8bb610be7
6 changed files with 57 additions and 58 deletions
@@ -53,7 +53,7 @@ export const UserInfoForm = ({
const userProvider = usePreloadedQuery(preloadedProvider);
const providerMap: Record<string, string> = {
unknown: 'Provider',
authentik: 'Gib\'s Auth'
authentik: 'Gib\'s Auth',
};
const [loading, setLoading] = useState(false);
@@ -168,4 +168,3 @@ export const UserInfoForm = ({
</>
);
};
@@ -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'
/>
<span
className={`mb-3 hidden font-extrabold lg:inline lg:text-5xl ${kanitSans.className}`}