mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 01:35:25 +00:00
forget password changes & bugs number 10 & 15-18
This commit is contained in:
@ -8,6 +8,7 @@ class HomeApi {
|
||||
path: ApiEndpoints.getUser.replaceAll('{userUuid}', userId!),
|
||||
showServerMessage: true,
|
||||
expectedResponseModel: (json) {
|
||||
print('fetchUserInfo$json');
|
||||
return UserModel.fromJson(json);
|
||||
});
|
||||
return response;
|
||||
|
Reference in New Issue
Block a user