Skip to content

Commit

Permalink
[SG-1055] Init strength bar color (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebispo5 committed Feb 9, 2023
1 parent 6875389 commit 3780587
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public PasswordStrengthProgressBar()
{
InitializeComponent();
SetBinding(PasswordStrengthProgressBar.PasswordStrengthLevelProperty, new Binding() { Path = nameof(PasswordStrengthViewModel.PasswordStrengthLevel) });
UpdateColors();
}

private static void OnControlPropertyChanged(BindableObject bindable, object oldValue, object newValue)
Expand Down

0 comments on commit 3780587

Please sign in to comment.