mirror of
https://github.com/bitwarden/browser
synced 2025-01-04 06:15:37 +01:00
add "Login" suipport for msecure
This commit is contained in:
parent
1044a8759a
commit
e5d6861662
@ -28,7 +28,7 @@ export class MSecureCsvImporter extends BaseImporter implements Importer {
|
||||
const cipher = this.initLoginCipher();
|
||||
cipher.name = this.getValueOrDefault(value[2], '--');
|
||||
|
||||
if (value[1] === 'Web Logins') {
|
||||
if (value[1] === 'Web Logins' || value[1] === 'Login') {
|
||||
cipher.login.uris = this.makeUriArray(value[4]);
|
||||
cipher.login.username = this.getValueOrDefault(value[5]);
|
||||
cipher.login.password = this.getValueOrDefault(value[6]);
|
||||
|
Loading…
Reference in New Issue
Block a user