fix(workspace member) (#407)

* fix(workspace member): After the space inviter is removed, it can still be invited again.

* fix(login): fix login bug
This commit is contained in:
山程漫悟
2026-02-26 14:47:57 +08:00
committed by GitHub
parent 2ef54168fc
commit c72ce381c0
3 changed files with 4 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ class RefreshTokenRequest(BaseModel):
class TokenRequest(BaseModel):
email: EmailStr
password: str
invite: Optional[str] = None,
invite: Optional[str] = None
username: Optional[str] = None