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'];
|
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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue