forked from open-webui/open-webui
feat: add user from admin panel
This commit is contained in:
parent
96af34f240
commit
e6bcdba5ad
5 changed files with 36 additions and 8 deletions
|
@ -90,7 +90,7 @@ class SignupForm(BaseModel):
|
|||
|
||||
|
||||
class AddUserForm(SignupForm):
|
||||
role: str = "pending"
|
||||
role: Optional[str] = "pending"
|
||||
|
||||
|
||||
class AuthsTable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue