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

to be merged

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