From 77c8156515dd7aa422de56954008c5d09f962670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bispo?= Date: Tue, 7 Jun 2022 19:06:26 +0100 Subject: [PATCH] fixed formatting --- src/App/Pages/Vault/GroupingsPage/GroupingsPageOTPListItem.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App/Pages/Vault/GroupingsPage/GroupingsPageOTPListItem.cs b/src/App/Pages/Vault/GroupingsPage/GroupingsPageOTPListItem.cs index d9e3e63c9..3ddab85a0 100644 --- a/src/App/Pages/Vault/GroupingsPage/GroupingsPageOTPListItem.cs +++ b/src/App/Pages/Vault/GroupingsPage/GroupingsPageOTPListItem.cs @@ -23,7 +23,7 @@ namespace Bit.App.Pages //private DateTime? _totpInterval = null; private CipherView _cipher; - + private bool _websiteIconsEnabled; private string _iconImageSource = string.Empty; @@ -43,7 +43,6 @@ namespace Bit.App.Pages interval = _totpService.GetTimeInterval(Cipher.Login.Totp); } - public Command CopyCommand { get; set; } public CipherView Cipher