Support generating memorable pwd: open xkpasswd
This commit is contained in:
parent
cacbeb57ee
commit
aca01c8c72
3 changed files with 20 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ class EditPasswordTableViewController: PasswordEditorTableViewController {
|
|||
lengthSetting.max > lengthSetting.min {
|
||||
tableData[1].append([.type: PasswordEditorCellType.passwordLengthCell, .title: "passwordlength"])
|
||||
}
|
||||
tableData[1].append([.type: PasswordEditorCellType.memorablePasswordGeneratorCell])
|
||||
super.viewDidLoad()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue