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

fix: oidc/consent redirect header
(cherry picked from commit 2e2b9c4c88)
This commit is contained in:
Aloxaf
2025-10-31 00:25:21 +08:00
committed by arvinxx
parent 65dbc6383d
commit 7a2ca19d5b

View File

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