Skip to content

Commit

Permalink
allowing hidden field
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Jul 1, 2023
1 parent c9915f0 commit bc7914b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlock-app/src/utils/checkoutValidators.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const isValidBalance = (balance) => {
}, true)
}

const allowedInputTypes = ['text', 'date', 'color', 'email', 'url']
const allowedInputTypes = ['text', 'date', 'color', 'email', 'url', 'hidden']

/**
* A valid metadata field looks like:
Expand Down

0 comments on commit bc7914b

Please sign in to comment.