mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 21:41:27 +00:00
fix: change old class name
This commit is contained in:
parent
9ac4ddc63f
commit
31cb627db6
|
@ -108,7 +108,7 @@ class KanidmUserRepository(AbstractUserRepository):
|
|||
full_endpoint,
|
||||
json=data,
|
||||
headers={
|
||||
"Authorization": f"Bearer {KanidmPassword.get()}",
|
||||
"Authorization": f"Bearer {KanidmAdminToken.get()}",
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
timeout=0.8, # TODO: change timeout
|
||||
|
|
Loading…
Reference in a new issue