@ -68,7 +68,7 @@ function StepTwo(props) {
key: 'value',
render: (text, record) => {
return <Input
// type={text == "password" ? "password" : ''}
type={(text == "password" || text == "user") ? "password" : ''}
disabled={!!editData}
defaultValue={stepTwoValues ? stepTwoValues[text] : ''}
onChange={(e) => {