diff --git a/authentik/core/urls.py b/authentik/core/urls.py index 7a85fc585..9383191ab 100644 --- a/authentik/core/urls.py +++ b/authentik/core/urls.py @@ -25,7 +25,7 @@ urlpatterns = [ name="user-tokens-delete", ), # Libray - path("library/", library.LibraryView.as_view(), name="overview"), + path("library", library.LibraryView.as_view(), name="overview"), # Impersonation path( "-/impersonation//",