Skip to content

Commit

Permalink
Correct logout path for fusionauth (viamrobotics#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 authored Mar 6, 2024
1 parent 2c72dc5 commit b216f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/auth0.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func InstallFusionAuth(
installAuthProviderRoutes(
mux,
authProvider,
"/logout",
"/oauth2/logout",
authProvider.redirectURL,
authProvider.stateCookieName,
authProvider.stateCookieMaxAge,
Expand Down

0 comments on commit b216f3d

Please sign in to comment.