Capitalize the E of email custom field and Proton Pass alias
type handling
#11934
Closed
tumatanquang
started this conversation in
Password Manager
Replies: 3 comments 2 replies
-
Hi there, feature requests can be posted here: https://community.bitwarden.com/c/feature-requests/pm-feature-requests/55 If you're looking to contribute to the codebase by writing code, please provide additional information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code Contribution Proposal
As discussed in this topic: Username data field is skipped when importing data from Proton Pass
Capitalize the E of email custom field:
This is pretty simple, change the code of line 143 in the protonpass-json-importer.ts file from:
To:
This will help to recognize this as a title/value, avoiding being mistaken for a
type
or something similar.Proton Pass
alias
type handling:Currently, the Proton Pass
alias
type is ignored when importing, which causes missing data.As discussed in the above topic, we can save this
type
as anote
.The JSON structure and corresponding handling are available here.
I hope someone will add code to handle this.
Beta Was this translation helpful? Give feedback.
All reactions