mirror of
https://github.com/bitwarden/jslib
synced 2025-12-18 01:03:26 +00:00
Remove last remnants of old analytics code (#345)
This commit is contained in:
@@ -99,7 +99,6 @@ export class SetPasswordComponent extends BaseChangePasswordComponent {
|
||||
}
|
||||
|
||||
togglePassword(confirmField: boolean) {
|
||||
this.platformUtilsService.eventTrack('Toggled Master Password on Set Password');
|
||||
this.showPassword = !this.showPassword;
|
||||
document.getElementById(confirmField ? 'masterPasswordRetype' : 'masterPassword').focus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user