new features
This commit is contained in:
@@ -66,6 +66,11 @@ class UserRegisterResponse(Schema):
|
||||
refresh: str
|
||||
|
||||
|
||||
class PasswordChange(Schema):
|
||||
current_password: str
|
||||
new_password: str
|
||||
|
||||
|
||||
class TokenRefresh(Schema):
|
||||
refresh: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user