From a8c18cf83a1e72c232a6fa11f11de042f88628ed Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 10 Dec 2018 09:42:58 -0500 Subject: [PATCH] FormattedPassword formatting --- src/App/Models/Page/PasswordGeneratorPageModel.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/App/Models/Page/PasswordGeneratorPageModel.cs b/src/App/Models/Page/PasswordGeneratorPageModel.cs index 0b148a2dc..488e2bc42 100644 --- a/src/App/Models/Page/PasswordGeneratorPageModel.cs +++ b/src/App/Models/Page/PasswordGeneratorPageModel.cs @@ -25,10 +25,7 @@ namespace Bit.App.Models.Page } } - public FormattedString FormattedPassword - { - get { return PasswordFormatter.FormatPassword(_password); } - } + public FormattedString FormattedPassword => PasswordFormatter.FormatPassword(_password); public string Length {