Merge pull request #1746 from benphelps/fix/issue-1743

Fix: authentik queries failing
pull/1749/head
shamoon 10 months ago committed by GitHub
commit 7cb5bcd468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,10 +9,10 @@ const widget = {
endpoint: "core/users?page_size=1",
},
login: {
endpoint: "events/events/per_month/?action=login&query={}",
endpoint: "events/events/per_month/?action=login",
},
login_failed: {
endpoint: "events/events/per_month/?action=login_failed&query={}",
endpoint: "events/events/per_month/?action=login_failed",
},
},
};

Loading…
Cancel
Save