auth password forgot and change tested

This commit is contained in:
2024-12-01 15:08:59 +03:00
parent 288a393719
commit a4fd52c28a
17 changed files with 289 additions and 199 deletions

View File

@@ -8,8 +8,6 @@ from pydantic import BaseModel
class ChangePassword(BaseModelRegular):
domain_name: str
access_key: str
old_password: str
new_password: str