forked from open-webui/open-webui
feat: profile image update backend
This commit is contained in:
parent
0e831f4cf7
commit
418da74756
3 changed files with 52 additions and 11 deletions
|
|
@ -63,6 +63,10 @@ class SigninForm(BaseModel):
|
|||
password: str
|
||||
|
||||
|
||||
class ProfileImageUrlForm(BaseModel):
|
||||
profile_image_url: str
|
||||
|
||||
|
||||
class UpdatePasswordForm(BaseModel):
|
||||
password: str
|
||||
new_password: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue