mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
add "Login" suipport for msecure
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user