Capitalize the E of email custom field and Proton Pass alias
type handling
#11934
tumatanquang
started this conversation in
Password Manager
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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