From 062f6b66653b6ba034a84588ca5329b85196d4fc Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 24 Jan 2019 14:46:27 -0500 Subject: [PATCH] remove whitespace --- src/App/Controls/ExtendedEntry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Controls/ExtendedEntry.cs b/src/App/Controls/ExtendedEntry.cs index bcb67bd63..c5e48b117 100644 --- a/src/App/Controls/ExtendedEntry.cs +++ b/src/App/Controls/ExtendedEntry.cs @@ -12,7 +12,7 @@ namespace Bit.App.Controls { PlaceholderColor = Color.FromHex("c7c7cd"); } - + IsPasswordFromToggled = IsPassword; }