Run prettier
This commit is contained in:
parent
e6806aaa54
commit
24cb81bce0
21 changed files with 4203 additions and 3520 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import { compare } from "bcrypt-ts";
|
||||
import NextAuth, { User, Session } from "next-auth";
|
||||
import Credentials from "next-auth/providers/credentials";
|
||||
import { compare } from 'bcrypt-ts';
|
||||
import NextAuth, { User, Session } from 'next-auth';
|
||||
import Credentials from 'next-auth/providers/credentials';
|
||||
|
||||
import { getUser } from "@/db/queries";
|
||||
import { getUser } from '@/db/queries';
|
||||
|
||||
import { authConfig } from "./auth.config";
|
||||
import { authConfig } from './auth.config';
|
||||
|
||||
interface ExtendedSession extends Session {
|
||||
user: User;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue