diff --git a/src/config/index.js b/src/config/index.js index 0f8945d..43d103a 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -25,7 +25,7 @@ export const config = { codeChallengeMethod: "S256", redirectRoutes: { callback: "/api/auth/kinde_callback", - postLogoutRedirect: KINDE_POST_LOGOUT_REDIRECT_ROUTE || "/", + postLogoutRedirect: KINDE_POST_LOGOUT_REDIRECT_ROUTE || "", }, issuerRoutes: { logout: "/logout",