Browse Source

revert cleanup that introduced a bug

Jan-Peter Klein 2 days ago
parent
commit
1d3c62e2c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/fxml/recoverykey_reset_password.fxml

+ 1 - 1
src/main/resources/fxml/recoverykey_reset_password.fxml

@@ -32,7 +32,7 @@
 			</StackPane>
 		</Group>
 		<VBox spacing="12" HBox.hgrow="ALWAYS" alignment="TOP_CENTER">
-			<fx:include source="new_password.fxml"/>
+			<fx:include fx:id="newPassword" source="new_password.fxml"/>
 
 			<Region VBox.vgrow="ALWAYS"/>