mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
dont call clearclipboard in a loop
This commit is contained in:
@@ -84,7 +84,7 @@ export class OptionsComponent implements OnInit {
|
||||
this.dontShowCards = await this.storageService.get<boolean>(ConstantsService.dontShowCardsCurrentTab);
|
||||
this.dontShowIdentities = await this.storageService.get<boolean>(ConstantsService.dontShowIdentitiesCurrentTab);
|
||||
|
||||
this.disableAutoTotpCopy = !await this.totpService.isAutoCopyEnabled();
|
||||
this.disableAutoTotpCopy = !(await this.totpService.isAutoCopyEnabled());
|
||||
|
||||
this.disableFavicon = await this.storageService.get<boolean>(ConstantsService.disableFaviconKey);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user