Skip to content

Commit

Permalink
Merge pull request #44 from redgeoff/demo-password
Browse files Browse the repository at this point in the history
fix(demo): valid password
  • Loading branch information
redgeoff committed Nov 5, 2018
2 parents 6e2525e + 060b0b7 commit 1d83ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/components/fields-screen.js
Expand Up @@ -105,7 +105,7 @@ export default {
],
'fields.moneyField.value': 1000000.11,
'fields.numberField.value': 123.4,
'fields.passwordField.value': 'password',
'fields.passwordField.value': 'password123',
'fields.personFullNameField.value': {
firstName: 'Daenerys',
lastName: 'Targaryen'
Expand Down

0 comments on commit 1d83ed1

Please sign in to comment.