misc fixes

This commit is contained in:
Jorge Vargas 2024-09-18 20:33:41 -06:00
parent 7aa64366c0
commit 971d4f2ce6
41 changed files with 18860 additions and 85 deletions

View file

@ -3,7 +3,7 @@ import { defineConfig } from 'auth-astro'
import Credentials from "@auth/core/providers/credentials"
import bcrypt from 'bcrypt'
import User from '@/sequelize/models/user'
import User from 'sequelize/models/user'
declare module "@auth/core" {
interface Session {