fix in recon definition
This commit is contained in:
parent
1207463f16
commit
9c09f43ad8
|
@ -453,7 +453,8 @@ class CredentialStore extends Wizard
|
|||
$item['extra_2'] = io_output_password($item['extra_2']);
|
||||
$carry[$item['identifier']] = $item['identifier'];
|
||||
return $carry;
|
||||
}
|
||||
},
|
||||
[]
|
||||
);
|
||||
|
||||
return $return;
|
||||
|
|
Loading…
Reference in New Issue