This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix eng name and cht name
CR003
Alex Cheung
1 year ago
parent
6ae8ba07a6
commit
51462e8283
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/pages/authentication/auth-forms/CustomFormWizard.js
+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js
View File
@@ -522,10 +522,11 @@ const CustomFormWizard = (props) => {
return true
} else if (enName !== "" && chName == ""){
return true
} else if (enName !== "" && chName !== "") {
return true
} else {
return false
}
}
function handlePassword(password) {
Write
Preview
Loading…
Cancel
Save