Fill the selected Id Card with the introduced password
[moonshot-ui.git] / src / moonshot-window.vala
index b565b43..cf204fa 100644 (file)
@@ -358,6 +358,7 @@ class MainWindow : Window
 
             switch (result) {
             case ResponseType.OK:
+                selected_id_card_widget.id_card.password = dialog.password;
                 this.hide ();
                 this.callback ();
                 break;