mirror of
https://github.com/bitwarden/web
synced 2025-12-19 17:53:22 +00:00
Enforce Password Generator Policy Options (#469)
* Initial commit for enforcing password generator policy options * Revert to previous isDev URL setup
This commit is contained in:
@@ -47,4 +47,12 @@ export class PasswordGeneratorComponent extends BasePasswordGeneratorComponent {
|
||||
lengthChanged() {
|
||||
document.getElementById('length').focus();
|
||||
}
|
||||
|
||||
minNumberChanged() {
|
||||
document.getElementById('min-number').focus();
|
||||
}
|
||||
|
||||
minSpecialChanged() {
|
||||
document.getElementById('min-special').focus();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user