Skip to content

Commit

Permalink
logout redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
peterphanouvong committed May 30, 2022
1 parent 24f8302 commit 56a4ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 56a4ab9

Please sign in to comment.