change_pass

This commit is contained in:
mohammad
2024-12-31 10:36:52 +03:00
parent 8be05fbd91
commit cff8c4728c
2 changed files with 2 additions and 12 deletions

View File

@ -41,7 +41,6 @@ class AuthenticationAPI {
body: body,
showServerMessage: false,
expectedResponseModel: (json) {
print(json['data']);
return json['data'];
});
return response;