From a1546d636b9f812e3b46ac44f721a8efb78b6267 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:02:49 -0700 Subject: [PATCH] Fix authentik users endpoint URL --- src/widgets/authentik/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/authentik/widget.js b/src/widgets/authentik/widget.js index 051c2514..7733b07b 100644 --- a/src/widgets/authentik/widget.js +++ b/src/widgets/authentik/widget.js @@ -6,7 +6,7 @@ const widget = { mappings: { users: { - endpoint: "core/users?page_size=1", + endpoint: "core/users/?page_size=1", }, login: { endpoint: "events/events/per_month/?action=login",