mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
[PM-8524] Fix clone mode so that a new cipher is created
This commit is contained in:
@@ -185,6 +185,10 @@ export class CipherFormComponent implements AfterViewInit, OnInit, OnChanges, Ci
|
|||||||
);
|
);
|
||||||
|
|
||||||
this.updatedCipherView = Object.assign(this.updatedCipherView, this.originalCipherView);
|
this.updatedCipherView = Object.assign(this.updatedCipherView, this.originalCipherView);
|
||||||
|
|
||||||
|
if (this.config.mode === "clone") {
|
||||||
|
this.updatedCipherView.id = null;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.updatedCipherView.type = this.config.cipherType;
|
this.updatedCipherView.type = this.config.cipherType;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user