Skip to content
Snippets Groups Projects
Commit ddda880a authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

to be merged

parent 61573089
Branches
Tags
No related merge requests found
...@@ -789,8 +789,7 @@ sub req_download_accounts { ...@@ -789,8 +789,7 @@ sub req_download_accounts {
foreach my $account (@$accounts) { foreach my $account (@$accounts) {
my $password = AccountManager::Tools::decrypt( my $password = AccountManager::Tools::decrypt(
$account->password_crypt(), $account->password_crypt(), $key
$self->{in}->{key}
); );
$account->password($password); $account->password($password);
$csv->print(\*STDOUT, [ $csv->print(\*STDOUT, [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment