Skip to content

Commit

Permalink
HT-603:Fix validation issue in password component
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuwa-Hub committed Oct 25, 2024
1 parent 4fabb9e commit 44d9ed0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Colored.parameters = {

export const Strength = Template.bind({});
Strength.args = {
strength: 6,
strength: 4,
lable: 'Password',
};

Expand Down

0 comments on commit 44d9ed0

Please sign in to comment.