diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index 92d70af..908955b 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -1335,12 +1335,3 @@ const rootRouteChildren: RootRouteChildren = { export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() - -import type { getRouter } from './router.tsx' -import type { createStart } from '@tanstack/react-start' -declare module '@tanstack/react-start' { - interface Register { - ssr: true - router: Awaited> - } -} diff --git a/src/routes/login.tsx b/src/routes/login.tsx index 4348d6b..a010881 100644 --- a/src/routes/login.tsx +++ b/src/routes/login.tsx @@ -1,4 +1,4 @@ -import { createFileRoute, useNavigate, Link } from "@tanstack/react-router"; +import { createFileRoute, useNavigate } from "@tanstack/react-router"; import { useEffect, useState } from "react"; import { useAuth } from "@/lib/auth"; import { Button } from "@/components/ui/button"; @@ -106,12 +106,6 @@ function LoginPage() { {submitting && } Sign in -

- First time setting up the firm?{" "} - - Create the founding admin account - -