PSG-976 Exclude current session from security recommendations and other sessions

This commit is contained in:
Aleksandrs Proskurins
2022-10-28 10:14:19 +03:00
parent f0c69a6370
commit 19b0e837be
8 changed files with 6 additions and 61 deletions
@@ -173,7 +173,6 @@ private extension UserOtherSessionsFilter {
filterSessionsInfos(sessionInfos)
.map {
UserSessionListItemViewDataFactory().create(from: $0,
highlightSessionDetails: self == .unverified && $0.isCurrent,
isSelected: selectedSessions.contains($0.id))
}
}