mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
revert colorized password on password generator
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Bit.App.Models.Page
|
||||
{
|
||||
_password = value;
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(Password)));
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(nameof(FormattedPassword)));
|
||||
// PropertyChanged(this, new PropertyChangedEventArgs(nameof(FormattedPassword)));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user