Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
alex
/
PNSPS-frontend-MaterialUI
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix eng name and cht name
CR003
Alex Cheung
1 anno fa
parent
6ae8ba07a6
commit
51462e8283
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-1
src/pages/authentication/auth-forms/CustomFormWizard.js
+ 2
- 1
src/pages/authentication/auth-forms/CustomFormWizard.js
Vedi 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) {
Scrivi
Anteprima
Caricamento…
Annulla
Salva