Show contacts password as set
This commit is contained in:
parent
955f49609e
commit
06d7ca90b2
|
|
@ -210,6 +210,7 @@ class ContactEditDetailsState extends State<ContactEditDetails> {
|
||||||
_lastNameController.text = contact.lastName;
|
_lastNameController.text = contact.lastName;
|
||||||
_emailController.text = contact.email;
|
_emailController.text = contact.email;
|
||||||
_phoneController.text = contact.phone;
|
_phoneController.text = contact.phone;
|
||||||
|
_passwordController.text = contact.password;
|
||||||
_custom1Controller.text = contact.customValue1;
|
_custom1Controller.text = contact.customValue1;
|
||||||
_custom2Controller.text = contact.customValue2;
|
_custom2Controller.text = contact.customValue2;
|
||||||
_custom3Controller.text = contact.customValue3;
|
_custom3Controller.text = contact.customValue3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue