mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 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:
@@ -122,7 +122,6 @@ export async function POST(request: NextRequest) {
|
||||
}
|
||||
|
||||
return NextResponse.redirect(finalRedirectUrl, {
|
||||
headers: request.headers,
|
||||
status: 303,
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user