Show contacts password as set

This commit is contained in:
Hillel Coren 2020-09-17 09:39:21 +03:00
parent 955f49609e
commit 06d7ca90b2
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ class ContactEditDetailsState extends State<ContactEditDetails> {
_lastNameController.text = contact.lastName;
_emailController.text = contact.email;
_phoneController.text = contact.phone;
_passwordController.text = contact.password;
_custom1Controller.text = contact.customValue1;
_custom2Controller.text = contact.customValue2;
_custom3Controller.text = contact.customValue3;