[SG-1055] Init strength bar color (#2352)

This commit is contained in:
André Bispo 2023-02-09 20:12:39 +00:00 committed by GitHub
parent 6875389948
commit 3780587991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ namespace Bit.App.Controls
{
InitializeComponent();
SetBinding(PasswordStrengthProgressBar.PasswordStrengthLevelProperty, new Binding() { Path = nameof(PasswordStrengthViewModel.PasswordStrengthLevel) });
UpdateColors();
}
private static void OnControlPropertyChanged(BindableObject bindable, object oldValue, object newValue)