new user propic fix
This commit is contained in:
parent
4f241de40a
commit
1f590029f6
1 changed files with 3 additions and 2 deletions
|
|
@ -90,8 +90,9 @@ class _HomeState extends State<Home> {
|
|||
|
||||
userPic = decodedData['minioURL'];
|
||||
} else {
|
||||
throw Exception(
|
||||
"Error: GetUserData status code ${response.statusCode}");
|
||||
userPic = "";
|
||||
// throw Exception(
|
||||
// "Error: GetUserData status code ${response.statusCode}");
|
||||
}
|
||||
}
|
||||
//print(userPic);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue