fix: change old class name

This commit is contained in:
dettlaff 2024-11-20 17:07:42 +04:00
parent 9ac4ddc63f
commit 31cb627db6

View file

@ -108,7 +108,7 @@ class KanidmUserRepository(AbstractUserRepository):
full_endpoint, full_endpoint,
json=data, json=data,
headers={ headers={
"Authorization": f"Bearer {KanidmPassword.get()}", "Authorization": f"Bearer {KanidmAdminToken.get()}",
"Content-Type": "application/json", "Content-Type": "application/json",
}, },
timeout=0.8, # TODO: change timeout timeout=0.8, # TODO: change timeout