fix bugs
This commit is contained in:
parent
949ab91399
commit
3ffb2fa9ac
1 changed files with 2 additions and 2 deletions
|
|
@ -149,8 +149,8 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
|
|||
tableDataIndex += 1
|
||||
for additionKey in password.additionKeys {
|
||||
if (!additionKey.contains("unknown") || !Defaults[.isHideUnknownOn]) &&
|
||||
additionKey != "username" &&
|
||||
additionKey != "password" {
|
||||
additionKey.lowercased() != "username" &&
|
||||
additionKey.lowercased() != "password" {
|
||||
self.tableData[tableDataIndex].item.append(TableCell(title: additionKey, content: password.additions[additionKey]!))
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue