This commit is contained in:
2024-07-26 15:03:41 +02:00
parent 746f40fe22
commit db99f15785

View File

@@ -51,7 +51,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
"Content-Type": "application/json; charset=UTF-8"
},
body: jsonEncode(<String, dynamic>{
"idusers": widget.signedInUser.idusers,
"idusers": widget.signedInUser.idUser,
"username": usernameController.text,
"fnam": fnameController.text,
"lname": lnameController.text,