fix: Correctly search for duplicates in Identities

This commit is contained in:
Artem Chepurnyi 2024-10-22 23:40:55 +03:00 committed by GitHub
parent ce59bcd3c3
commit 2f1d88a476
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ class CipherDuplicatesCheckImpl(
if (
a.processed.identity != null &&
b.processed.identity != null &&
a.processed.type == DSecret.Type.Card
a.processed.type == DSecret.Type.Identity
) {
val aIdentity = a.processed.identity
val bIdentity = b.processed.identity