new user propic fix

This commit is contained in:
2024-09-09 10:05:24 +02:00
parent 4f241de40a
commit 1f590029f6

View File

@@ -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);