mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
FormattedPassword formatting
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user