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 {