mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-15 09:45:25 +00:00
login Enhancements and add search to forget password
This commit is contained in:
@ -8,7 +8,6 @@ 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