Skip to content

Commit

Permalink
Remove mozilla_django_oidc from urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Dec 9, 2023
1 parent dbf8a96 commit 5412500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kmicms/kmicms/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
urlpatterns = [
path("admin/", include(wagtailadmin_urls)),
path("accounts/", include("accounts.urls")),
path("auth/", include("mozilla_django_oidc.urls")),
path("django-admin/", admin.site.urls),
path("documents/", include(wagtaildocs_urls)),
path("search/", search_views.search, name="search"),
Expand Down

0 comments on commit 5412500

Please sign in to comment.