Support generating memorable pwd: open xkpasswd

This commit is contained in:
Yishi Lin 2018-08-30 01:26:45 +08:00
parent cacbeb57ee
commit aca01c8c72
3 changed files with 20 additions and 5 deletions

View file

@ -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()
}