diff options
Diffstat (limited to 'apps/web/server/auth.ts')
| -rw-r--r-- | apps/web/server/auth.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/web/server/auth.ts b/apps/web/server/auth.ts index 8fa60a75..67621a17 100644 --- a/apps/web/server/auth.ts +++ b/apps/web/server/auth.ts @@ -10,15 +10,15 @@ import CredentialsProvider from "next-auth/providers/credentials"; import { Provider } from "next-auth/providers/index"; import requestIp from "request-ip"; -import { db } from "@hoarder/db"; +import { db } from "@karakeep/db"; import { accounts, sessions, users, verificationTokens, -} from "@hoarder/db/schema"; -import serverConfig from "@hoarder/shared/config"; -import { logAuthenticationError, validatePassword } from "@hoarder/trpc/auth"; +} from "@karakeep/db/schema"; +import serverConfig from "@karakeep/shared/config"; +import { logAuthenticationError, validatePassword } from "@karakeep/trpc/auth"; type UserRole = "admin" | "user"; |
