import React from 'react' import PropTypes from 'prop-types' import styles from './NewWalletPassword.scss' const NewWalletPassword = ({ createWalletPassword, createWalletPasswordConfirmation, showCreateWalletPasswordConfirmationError, passwordMinCharsError, updateCreateWalletPassword, updateCreateWalletPasswordConfirmation }) => (
Passwords do not match
Password must be at least 8 characters long