diff --git a/src/angular/components/add-edit.component.ts b/src/angular/components/add-edit.component.ts index 4eb6a8ca38..e0bbc59dc4 100644 --- a/src/angular/components/add-edit.component.ts +++ b/src/angular/components/add-edit.component.ts @@ -227,7 +227,7 @@ export class AddEditComponent implements OnInit { return false; } - if (!this.editMode && this.cipher.type === CipherType.Login && + if ((!this.editMode || this.cloneMode) && this.cipher.type === CipherType.Login && this.cipher.login.uris != null && this.cipher.login.uris.length === 1 && (this.cipher.login.uris[0].uri == null || this.cipher.login.uris[0].uri === '')) { this.cipher.login.uris = null;