Skip to content

Commit

Permalink
update import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 10, 2024
1 parent 633cae0 commit ebc29bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/auth/api/[...nextauth]/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { UserWithAccessToken } from "@shared/dtos/user.dto";
import { LogInSchema } from "@shared/schemas/auth/login.schema";
import type {
GetServerSidePropsContext,
Expand All @@ -11,6 +10,7 @@ import { JWT } from "next-auth/jwt";
import Credentials from "next-auth/providers/credentials";

import { client } from "@/lib/query-client";
import { UserWithAccessToken } from "@shared/dtos/users/user.dto";

declare module "next-auth" {
interface Session {
Expand Down

0 comments on commit ebc29bd

Please sign in to comment.