Fix web conenst data

This commit is contained in:
CHIEFSOFT\ameye
2025-08-02 10:42:20 -04:00
parent a385954ef6
commit f6302e50bc
4 changed files with 28 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
from marshmallow import Schema, fields
class ResetPassVerify(Schema):
reset_token = fields.Str(required=True)