1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

FormattedPassword formatting

This commit is contained in:
Kyle Spearrin
2018-12-10 09:42:58 -05:00
parent dff91dc67d
commit a8c18cf83a

View File

@@ -25,10 +25,7 @@ namespace Bit.App.Models.Page
} }
} }
public FormattedString FormattedPassword public FormattedString FormattedPassword => PasswordFormatter.FormatPassword(_password);
{
get { return PasswordFormatter.FormatPassword(_password); }
}
public string Length public string Length
{ {