.
This commit is contained in:
parent
746f40fe22
commit
db99f15785
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
||||||
"Content-Type": "application/json; charset=UTF-8"
|
"Content-Type": "application/json; charset=UTF-8"
|
||||||
},
|
},
|
||||||
body: jsonEncode(<String, dynamic>{
|
body: jsonEncode(<String, dynamic>{
|
||||||
"idusers": widget.signedInUser.idusers,
|
"idusers": widget.signedInUser.idUser,
|
||||||
"username": usernameController.text,
|
"username": usernameController.text,
|
||||||
"fnam": fnameController.text,
|
"fnam": fnameController.text,
|
||||||
"lname": lnameController.text,
|
"lname": lnameController.text,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue