v2.0.5 #141
@@ -8,12 +8,13 @@ import { useSession } from "next-auth/react";
|
||||
|
||||
const AdminUserPage = () => {
|
||||
const { data: session } = useSession();
|
||||
|
||||
return (
|
||||
<>
|
||||
<PaginatedTable
|
||||
stickyHeaders
|
||||
prismaModel="user"
|
||||
searchFields={["publicId", "firstname", "lastname", "email", "discordAccounts.username"]}
|
||||
searchFields={["publicId", "firstname", "lastname", "email"]}
|
||||
include={{
|
||||
discordAccounts: true,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user