Fix: authentik users endpoint URL (#2244)

pull/2247/head
shamoon 6 months ago committed by GitHub
parent cc887214cf
commit 1da9255578
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save