mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Fix authentik queries
This commit is contained in:
parent
5221ed06ed
commit
804d9f66de
@ -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…
x
Reference in New Issue
Block a user