fix ( user access )

deskripsi:
- membatasi akses user yang hanya bisa di berikan oleh admin
This commit is contained in:
2025-01-10 08:49:30 +08:00
parent d0716bd859
commit abe92e4ad2
22 changed files with 744 additions and 218 deletions

View File

@@ -43,7 +43,7 @@ export async function GET(request: Request) {
where: {
id: userLoginId,
},
select: {
include: {
Profile: {
select: {
id: true,