feat:login page connected with backend
This commit is contained in:
@@ -15,6 +15,6 @@ class ErrorModel extends ErrorEntity {
|
||||
return ErrorModel(detail: data['detail']);
|
||||
}
|
||||
}
|
||||
return ErrorModel(detail: data['message']);
|
||||
return ErrorModel(detail: data['error']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user