mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
Multiuser support (#60)
This commit is contained in:
8
types/next-auth.d.ts
vendored
Normal file
8
types/next-auth.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'next-auth'
|
||||
import { SafeUser } from '@/lib/types'
|
||||
|
||||
declare module 'next-auth' {
|
||||
interface Session {
|
||||
user: SafeUser
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user