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

@@ -24,7 +24,7 @@ export async function POST(req: Request) {
data: {
username: data.username,
nomor: data.nomor,
active: true,
active: false,
},
});