mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 12:08:21 +02:00
* Again change ANSI font handling
* Add prompt.json
This commit is contained in:
parent
1e3e0b8baa
commit
91d395e8bc
7 changed files with 188 additions and 18 deletions
|
@ -36,7 +36,7 @@ function validateApplicationData(formData, cb) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(formData.value.password !== formData.value.pwConfirm) {
|
||||
if(formData.value.password !== formData.value.passwordConfirm) {
|
||||
cb('Passwords do not match!', [ 9, 10 ]);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue