mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
FormattedPassword formatting
This commit is contained in:
parent
dff91dc67d
commit
a8c18cf83a
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue