1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

move copy to clipboard to static

This commit is contained in:
Kyle Spearrin
2017-11-06 21:55:52 -05:00
parent 9c5a9da9f5
commit e5fec1fc9a
2 changed files with 27 additions and 24 deletions

View File

@@ -174,7 +174,7 @@ export default class AutofillService {
return null;
}).then((code: string) => {
if (code) {
this.utilsService.copyToClipboard(code);
UtilsService.copyToClipboard(code);
}
return code;