Redirect to get.gov after logout

This commit is contained in:
Neil Martinsen-Burrell 2024-01-03 08:44:52 -06:00
parent 0cada58c23
commit 9064c76069
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184

View file

@ -519,7 +519,7 @@ LOGIN_REQUIRED_IGNORE_PATHS = [
]
# where to go after logging out
LOGOUT_REDIRECT_URL = "home"
LOGOUT_REDIRECT_URL = "https://get.gov/"
# disable dynamic client registration,
# only the OP inside OIDC_PROVIDERS will be available