diff --git a/authentik/api/urls.py b/authentik/api/urls.py index d3eadf03c..b4c7791b9 100644 --- a/authentik/api/urls.py +++ b/authentik/api/urls.py @@ -1,10 +1,8 @@ """authentik api urls""" from django.urls import include, path -from django.views.i18n import JavaScriptCatalog from authentik.api.v2.urls import urlpatterns as v2_urls urlpatterns = [ path("v2beta/", include(v2_urls)), - path("jsi18n/", JavaScriptCatalog.as_view(), name="javascript-catalog"), ] diff --git a/authentik/core/templates/base/skeleton.html b/authentik/core/templates/base/skeleton.html index 32cf59544..db27c6d17 100644 --- a/authentik/core/templates/base/skeleton.html +++ b/authentik/core/templates/base/skeleton.html @@ -12,7 +12,6 @@ - {% block head %} {% endblock %} diff --git a/web/src/interfaces/admin/index.html b/web/src/interfaces/admin/index.html index 9b9e07189..1e8e705fb 100644 --- a/web/src/interfaces/admin/index.html +++ b/web/src/interfaces/admin/index.html @@ -7,7 +7,6 @@ -