Browse Source

no message

master
Alex Cheung 2 years ago
parent
commit
278fd366da
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/pages/authentication/auth-forms/CustomFormWizard.js

+ 1
- 2
src/pages/authentication/auth-forms/CustomFormWizard.js View File

@@ -96,7 +96,7 @@ const CustomFormWizard = (props) => {
username: data.username, username: data.username,
password: data.password, password: data.password,
name: data.username, name: data.username,
enName: name,
enName: data.enName,
chName: data.chName, chName: data.chName,
emailAddress: data.email, emailAddress: data.email,
idDocType:idDocType, idDocType:idDocType,
@@ -861,7 +861,6 @@ const CustomFormWizard = (props) => {
</Stack> </Stack>
<OutlinedInput <OutlinedInput
fullWidth fullWidth
error={Boolean(touched.password && errors.password)}
id="password-signup" id="password-signup"
type={showPassword ? 'text' : 'password'} type={showPassword ? 'text' : 'password'}
// value={values.password} // value={values.password}


Loading…
Cancel
Save