1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

fixes for changing generator length

This commit is contained in:
Kyle Spearrin
2019-04-15 22:34:22 -04:00
parent a25ceb49ce
commit 9539662166
4 changed files with 10 additions and 3 deletions

View File

@@ -37,6 +37,10 @@ export class PasswordGeneratorComponent extends BasePasswordGeneratorComponent {
this.close();
}
lengthChanged() {
document.getElementById('length').focus();
}
close() {
this.location.back();
}