feat: update auth logic
This commit is contained in:
@@ -27,11 +27,6 @@ class OrganizationResponse(BaseModel):
|
||||
updated_at: str | None
|
||||
|
||||
|
||||
class OrganizationListResponse(BaseModel):
|
||||
items: list[OrganizationResponse]
|
||||
total: int
|
||||
|
||||
|
||||
class WalletResponse(BaseModel):
|
||||
id: str
|
||||
chain: str
|
||||
|
||||
Reference in New Issue
Block a user