mirror of
https://github.com/idanoo/psono-to-bitwarden-converter
synced 2025-07-01 22:02:19 +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_url'] ?? '',
|
||||||
$item['website_password_username'] ?? '',
|
$item['website_password_username'] ?? '',
|
||||||
$item['login_password_password'] ?? '',
|
$item['website_password_password'] ?? '',
|
||||||
''
|
''
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue