mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
action buttons component
This commit is contained in:
@@ -111,9 +111,9 @@ angular
|
||||
return masked;
|
||||
};
|
||||
|
||||
$scope.clipboardSuccess = function (e, type) {
|
||||
$scope.clipboardSuccess = function (e, type, aType) {
|
||||
e.clearSelection();
|
||||
$analytics.eventTrack('Copied ' + (type === i18nService.username ? 'Username' : 'Password'));
|
||||
$analytics.eventTrack('Copied ' + aType);
|
||||
toastr.info(type + i18nService.valueCopied);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user