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:
@@ -174,7 +174,7 @@ export default class AutofillService {
|
||||
return null;
|
||||
}).then((code: string) => {
|
||||
if (code) {
|
||||
this.utilsService.copyToClipboard(code);
|
||||
UtilsService.copyToClipboard(code);
|
||||
}
|
||||
|
||||
return code;
|
||||
|
||||
Reference in New Issue
Block a user