1
0
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:
Kyle Spearrin
2018-12-15 16:56:06 -05:00
parent 9d8a9387bc
commit ee9ecfbee9
2 changed files with 3 additions and 2 deletions

View File

@@ -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)));
}
}