admin: Return the user after creation
Some checks failed
continuous-integration/drone/tag Build is failing
Some checks failed
continuous-integration/drone/tag Build is failing
This commit is contained in:
parent
5bef97dedf
commit
7735e6b4ac
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Admin:
|
|||
u = AuthUser(self, **r.json())
|
||||
|
||||
u.Password = u.ResetPassword(password)
|
||||
return
|
||||
return u
|
||||
|
||||
def authuser_delete(self, Id):
|
||||
r = self.session.delete("http+unix://" + self.socket_path + "/api/auth/" + quote_plus(Id))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue