1
0
mirror of https://github.com/bitwarden/mobile synced 2026-03-01 19:01:31 +00:00

fixed formatting

This commit is contained in:
André Bispo
2022-06-07 19:06:26 +01:00
parent 1c0375ef05
commit 77c8156515

View File

@@ -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