mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Fixes the logout bug
It works!
This commit is contained in:
parent
ce0bab4ada
commit
5f6a7cd044
2 changed files with 5 additions and 1 deletions
|
@ -45,6 +45,10 @@ for step, view in [
|
|||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="home"),
|
||||
path(
|
||||
"admin/logout/",
|
||||
RedirectView.as_view(url="/openid/logout", permanent=False),
|
||||
),
|
||||
path("admin/", admin.site.urls),
|
||||
path(
|
||||
"application/<id>/edit/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue