From 33d5b67f9759fa135ec32953cfe3331678dceef3 Mon Sep 17 00:00:00 2001 From: Leon Serfaty G Date: Mon, 1 Sep 2025 07:09:21 +0000 Subject: [PATCH] when trying to sign in Error Something went wrong. --- local.db-shm | Bin 32768 -> 32768 bytes local.db-wal | Bin 226632 -> 271952 bytes src/auth.config.ts | 3 --- 3 files changed, 3 deletions(-) diff --git a/local.db-shm b/local.db-shm index 4bf323abcefe70ab889392800b06d59a1f7c716b..35f02801c4d615ef020a00cd8106bc827ff295b6 100644 GIT binary patch delta 204 zcmZo@U}|V!s+V}A%K!pGK+MR%Am9X~1%SB1E$Kzzgj0v05?MF*t&`n}2w-sIXcy*fTf*`TzL=Eeu5s delta 183 zcmZo@U}|V!s+V}A%K!rWK+MR%AYcxp1%Np4o5wf3u6@^}8`)g~KFYq*WGv`4Vu+kU zs(PSNU;r}rKN5fnPpp5sc>-genZF@oyqksU%663GO7VSAKwY|ZZ3CQ)-(!8^C&L)rT6DEOV zuU*ZNwzzal0mWFLiC`cKF?Q1@ps5E9>^dF$pFiKcApoeY->3cHwNQzl+b;-$OgX!V z=eYUzM<=&`xCG)>?3xk882@G4HX{&Eu>8fml6;;m+Z8^8xG$32DjwaM5V+hRh*1Cl DA1PAf delta 15 Wcmca`M&QIN-i8*&7N#xC9;E;~&IW4$ diff --git a/src/auth.config.ts b/src/auth.config.ts index 2342352..c3a1bd3 100644 --- a/src/auth.config.ts +++ b/src/auth.config.ts @@ -1,8 +1,5 @@ import type { NextAuthConfig } from 'next-auth'; -import Credentials from 'next-auth/providers/credentials'; -import { z } from 'zod'; -import db from '@/lib/db'; export const authConfig = { pages: {