mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
===
This commit is contained in:
@@ -154,7 +154,7 @@ export class AddEditComponent {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!this.editMode && this.cipher.type == CipherType.Login && this.cipher.login.uris.length === 1 &&
|
||||
if (!this.editMode && this.cipher.type === CipherType.Login && this.cipher.login.uris.length === 1 &&
|
||||
(this.cipher.login.uris[0].uri == null || this.cipher.login.uris[0].uri === '')) {
|
||||
this.cipher.login.uris = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user