Skip to content

Commit

Permalink
feat: project-creation(fix git comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
maricdiranovic committed Feb 17, 2025
1 parent 54d6d61 commit 7f0c309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { GetServerSidePropsContext } from 'next';
import NextAuth, { getServerSession } from 'next-auth';
import type { NextAuthOptions } from 'next-auth';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { JWT } from 'next-auth/jwt';
import Credentials from 'next-auth/providers/credentials';

import authenticationService from 'services/authentication';
Expand Down

0 comments on commit 7f0c309

Please sign in to comment.