Merge pull request #1746 from benphelps/fix/issue-1743
Fix: authentik queries failing
This commit is contained in:
commit
7cb5bcd468
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue