Fix a bug caused by typo
This commit is contained in:
parent
c21502a10f
commit
7c7f32803d
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
let filteredAdditionKeys = password.additionKeys.filter {
|
||||
$0.lowercased() != "username" &&
|
||||
$0.lowercased() != "password" &&
|
||||
(!$0.hasPrefix("unknown") || !Defaults[.isHideOTPOn]) &&
|
||||
(!$0.hasPrefix("unknown") || !Defaults[.isHideUnknownOn]) &&
|
||||
(!Password.otpKeywords.contains($0) || !Defaults[.isHideOTPOn]) }
|
||||
|
||||
if filteredAdditionKeys.count > 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue