forked from open-webui/open-webui
refac: styling
This commit is contained in:
parent
ebc6a269d3
commit
b7fcf14f6e
13 changed files with 259 additions and 33 deletions
|
@ -89,6 +89,10 @@ class SignupForm(BaseModel):
|
|||
profile_image_url: Optional[str] = "/user.png"
|
||||
|
||||
|
||||
class AddUserForm(SignupForm):
|
||||
role: str = "pending"
|
||||
|
||||
|
||||
class AuthsTable:
|
||||
def __init__(self, db):
|
||||
self.db = db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue