1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

view cipher elements for different types

This commit is contained in:
Kyle Spearrin
2017-10-16 22:31:20 -04:00
parent e643b1cf7e
commit e7f7c52247
3 changed files with 77 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ angular
};
ctrl.clipboardError = function (e) {
toastr.info(i18n.browserNotSupportClipboard);
toastr.info(i18nService.browserNotSupportClipboard);
};
ctrl.clipboardSuccess = function (e, type, aType) {