mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[Typescript] Convert password generator (#366)
* Convert password generator to typescript. * Misc cleanup.
This commit is contained in:
committed by
Kyle Spearrin
parent
63af729b50
commit
bcf0f19aa2
@@ -167,8 +167,7 @@ angular
|
||||
|
||||
.state('passwordGenerator', {
|
||||
url: '/password-generator',
|
||||
template: require('./tools/views/toolsPasswordGenerator.html'),
|
||||
controller: 'toolsPasswordGeneratorController',
|
||||
component: 'passwordGenerator',
|
||||
data: { authorize: true },
|
||||
params: { animation: null, addState: null, editState: null }
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user