comments of the PR were taken into account as well as a few small changes in the recoverykey recover dialog

This commit is contained in:
Jan-Peter Klein
2022-07-07 16:17:41 +02:00
parent b132bb6412
commit ea6318dfc4
6 changed files with 17 additions and 16 deletions

View File

@@ -49,8 +49,8 @@ public class RecoveryKeyResetPasswordController implements FxController {
}
@FXML
public void back() {
window.setScene(recoverScene.get());
public void close() {
window.close();
}
@FXML