style: fix biome formatting in logout redirect
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -103,8 +103,7 @@ app.get("/logout", async (c) => {
|
||||
const postLogoutRedirect = new URL("/", c.req.url).origin;
|
||||
if (issuer) {
|
||||
const clientId = process.env.OIDC_CLIENT_ID;
|
||||
const redirectUri =
|
||||
process.env.GEARBOX_URL || postLogoutRedirect;
|
||||
const redirectUri = process.env.GEARBOX_URL || postLogoutRedirect;
|
||||
return c.redirect(
|
||||
`${issuer}/session/end?client_id=${encodeURIComponent(clientId || "")}&post_logout_redirect_uri=${encodeURIComponent(redirectUri)}`,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user