Fix redirect

This commit is contained in:
2024-12-03 13:32:25 +08:00
parent 304476b367
commit dc69a67a84
7 changed files with 37 additions and 27 deletions

View File

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