new features

This commit is contained in:
Daniil
2026-02-27 23:33:56 +03:00
parent 937e58859a
commit dc04efe0fb
41 changed files with 2067 additions and 141 deletions
+5
View File
@@ -66,6 +66,11 @@ class UserRegisterResponse(Schema):
refresh: str
class PasswordChange(Schema):
current_password: str
new_password: str
class TokenRefresh(Schema):
refresh: str