1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-14 23:33:19 +00:00

requested updates

This commit is contained in:
Luc
2021-06-21 19:18:14 -07:00
parent a6aafe7593
commit 4bd1387b83
4 changed files with 10 additions and 10 deletions

View File

@@ -80,6 +80,6 @@ export class ApiKeyComponent {
}
toggleSecret() {
this.showSecret = !this.showSecret;
document.getElementById('clientSecret').focus();
document.getElementById('client_secret').focus();
}
}