forked from open-webui/open-webui
refac
This commit is contained in:
parent
663b5adaf2
commit
f267f3f7b0
3 changed files with 3 additions and 15 deletions
|
@ -61,7 +61,7 @@ class UsersTable:
|
|||
id: str,
|
||||
name: str,
|
||||
email: str,
|
||||
profile_image_url: str,
|
||||
profile_image_url: str = "/user.png",
|
||||
role: str = "pending",
|
||||
) -> Optional[UserModel]:
|
||||
user = UserModel(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue