🐛 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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