🐛 fix: OIDC error when connecting to self-host instance (#9916)

fix: oidc/consent redirect header
This commit is contained in:
Aloxaf
2025-10-31 00:25:21 +08:00
committed by GitHub
parent 7f7e571755
commit 2e2b9c4c88

View File

@@ -122,7 +122,6 @@ export async function POST(request: NextRequest) {
}
return NextResponse.redirect(finalRedirectUrl, {
headers: request.headers,
status: 303,
});
} catch (error) {