diff --git a/authentik/api/pagination_schema.py b/authentik/api/pagination_schema.py index a7571d41e3..9490b8463e 100644 --- a/authentik/api/pagination_schema.py +++ b/authentik/api/pagination_schema.py @@ -61,7 +61,8 @@ class PaginationInspector(PaginatorInspector): """ Get the pagination parameters for a single paginator **instance**. - Should return :data:`.NotHandled` if this inspector does not know how to handle the given `paginator`. + Should return :data:`.NotHandled` if this inspector + does not know how to handle the given `paginator`. :param BasePagination paginator: the paginator :rtype: list[openapi.Parameter] diff --git a/authentik/core/templates/user/settings.html b/authentik/core/templates/user/settings.html index 50f70d560f..ff803e4be1 100644 --- a/authentik/core/templates/user/settings.html +++ b/authentik/core/templates/user/settings.html @@ -13,7 +13,7 @@
{% trans "Configure settings relevant to your user profile." %}
-