add reset password

This commit is contained in:
2025-04-14 10:49:28 -03:00
parent 273c580139
commit e472826dcc
17 changed files with 228 additions and 56 deletions

View File

@@ -18,7 +18,7 @@ from pydantic import UUID4, BaseModel
from auth import AuthFlowType
from .authorizer_middleware import User
from .authentication_middleware import User
class Tenant(BaseModel):