Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
1670 changed files with 69886 additions and 18707 deletions
Showing only changes of commit ca3f2a108e - Show all commits

View File

@@ -163,7 +163,6 @@ export const middleware = async (req: NextRequest) => {
const userValidateJson = await userValidate.json();
if (userValidateJson.success == true && !userValidateJson.data) {
return setCorsHeaders(
NextResponse.redirect(new URL("/invalid-user", req.url))