mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 13:43:41 +00:00
[Beeep] [PM-10767] Improve username importing on protonpass importer (#10471)
* Improve username importing on protonpass importer * Conditionally write proton importer custom fields
This commit is contained in:
@@ -49,12 +49,12 @@ export const testData: ProtonPassJsonFile = {
|
||||
],
|
||||
type: "login",
|
||||
content: {
|
||||
itemEmail: "Username",
|
||||
itemEmail: "Email",
|
||||
password: "Password",
|
||||
urls: ["https://example.com/", "https://example2.com/"],
|
||||
totpUri:
|
||||
"otpauth://totp/Test%20Login%20-%20Personal%20Vault:Username?issuer=Test%20Login%20-%20Personal%20Vault&secret=TOTPCODE&algorithm=SHA1&digits=6&period=30",
|
||||
itemUsername: "someOtherUsername",
|
||||
itemUsername: "Username",
|
||||
},
|
||||
},
|
||||
state: 1,
|
||||
|
||||
Reference in New Issue
Block a user