mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-18 07:14:40 +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,
|
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
|
||||||
|
|
Loading…
Reference in a new issue