The "Passport" type in a 1pif file makes the import script abort. It should just skip it, like it does for bank accounts.
tools/1password_import.rb:204:in `block in <main>': unimplemented: "wallet.government.Passport" (RuntimeError)
from tools/1password_import.rb:125:in `each'
from tools/1password_import.rb:125:in `<main>'
This PR just makes it skip Passports like the other data types that don't have analogs in Bitwarden.
The "Passport" type in a 1pif file makes the import script abort. It should just skip it, like it does for bank accounts.
This PR just makes it skip Passports like the other data types that don't have analogs in Bitwarden.