Skip to content

Commit

Permalink
Merge pull request #1746 from benphelps/fix/issue-1743
Browse files Browse the repository at this point in the history
Fix: authentik queries failing
  • Loading branch information
shamoon committed Jul 31, 2023
2 parents 489cfb5 + 804d9f6 commit 7cb5bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/authentik/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
};
Expand Down

0 comments on commit 7cb5bcd

Please sign in to comment.