added admin layout
This commit is contained in:
@@ -11,7 +11,7 @@ import { getTwoFactorConfirmationByUserId } from '@/data/two-factor-confirmation
|
||||
|
||||
declare module 'next-auth' {
|
||||
interface Session {
|
||||
user: { role: UserRole, locale: loc }
|
||||
user: { role: UserRole, locale: loc, image?: string }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user