mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
cap disabled
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: d4fab1c697...b9267c521d
@@ -156,7 +156,7 @@ export class OptionsComponent implements OnInit {
|
||||
async saveClearClipboard() {
|
||||
await this.storageService.save(ConstantsService.clearClipboardKey, this.clearClipboard);
|
||||
this.analytics.eventTrack.next({
|
||||
action: 'Set Clear Clipboard ' + (this.clearClipboard == null ? 'disabled' : this.clearClipboard),
|
||||
action: 'Set Clear Clipboard ' + (this.clearClipboard == null ? 'Disabled' : this.clearClipboard),
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user