refac: styling

This commit is contained in:
Timothy J. Baek
2024-05-01 17:55:18 -07:00
parent ebc6a269d3
commit b7fcf14f6e
13 changed files with 259 additions and 33 deletions

View File

@@ -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