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

@ -24,6 +24,7 @@ class AddPasswordTableViewController: PasswordEditorTableViewController {
lengthSetting.max > lengthSetting.min {
tableData[1].append([.type: PasswordEditorCellType.passwordLengthCell, .title: "passwordlength"])
}
tableData[1].append([.type: PasswordEditorCellType.memorablePasswordGeneratorCell])
tableData[0][0][PasswordEditorCellKey.content] = defaultDirPrefix
super.viewDidLoad()
}