mirror of
https://github.com/idanoo/psono-to-bitwarden-converter
synced 2025-07-01 05:42:18 +00:00
Fix password imports
This commit is contained in:
parent
dbf8436e21
commit
1e3fb3b9ec
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ foreach ($items as $item) {
|
|||
'',
|
||||
$item['website_password_url'] ?? '',
|
||||
$item['website_password_username'] ?? '',
|
||||
$item['login_password_password'] ?? '',
|
||||
$item['website_password_password'] ?? '',
|
||||
''
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue