mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🐛 fix: OIDC error when connecting to self-host instance (#9916)
fix: oidc/consent redirect header
This commit is contained in:
parent
7f7e571755
commit
2e2b9c4c88
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ export async function POST(request: NextRequest) {
|
|||
}
|
||||
|
||||
return NextResponse.redirect(finalRedirectUrl, {
|
||||
headers: request.headers,
|
||||
status: 303,
|
||||
});
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue