new user propic fix
This commit is contained in:
@@ -90,8 +90,9 @@ class _HomeState extends State<Home> {
|
|||||||
|
|
||||||
userPic = decodedData['minioURL'];
|
userPic = decodedData['minioURL'];
|
||||||
} else {
|
} else {
|
||||||
throw Exception(
|
userPic = "";
|
||||||
"Error: GetUserData status code ${response.statusCode}");
|
// throw Exception(
|
||||||
|
// "Error: GetUserData status code ${response.statusCode}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//print(userPic);
|
//print(userPic);
|
||||||
|
|||||||
Reference in New Issue
Block a user