From 1da925557888434e266dd473bfbfcfb2fefe15be Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:03:52 -0700 Subject: [PATCH] Fix: authentik users endpoint URL (#2244) --- 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 051c25149..7733b07be 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",