mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-24 11:55:38 +01:00
FormattedPassword formatting
This commit is contained in:
parent
dff91dc67d
commit
a8c18cf83a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user