1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[Typescript] Convert password generator (#366)

* Convert password generator to typescript.

* Misc cleanup.
This commit is contained in:
Oscar Hinton
2017-11-09 21:33:51 +01:00
committed by Kyle Spearrin
parent 63af729b50
commit bcf0f19aa2
6 changed files with 173 additions and 148 deletions

View File

@@ -132,7 +132,6 @@ require('./settings/settingsAddFolderController.js');
require('./settings/settingsEditFolderController.js');
require('./settings/settingsPremiumController.js');
require('./settings/settingsEnvironmentController.js');
require('./tools/toolsPasswordGeneratorController.js');
require('./tools/toolsPasswordGeneratorHistoryController.js');
require('./tools/toolsExportController.js');