Merge branch 'main' into charts-widget

This commit is contained in:
Ben Phelps 2023-08-01 04:46:44 +03:00
commit 3fa72e48cc
3 changed files with 6 additions and 6 deletions

View file

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