Skip to content

Commit 73e6de6

Browse files
committed
chore(ui): Update Password demo
1 parent 9f71883 commit 73e6de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/Password/demo/custom-generate-password.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default () => {
5252
}
5353
generatePassword={() => {
5454
// your custom password generate logic
55-
return 'aaAA11__';
55+
return 'custom_password';
5656
}}
5757
onValidate={setPassed}
5858
/>

0 commit comments

Comments
 (0)