1
0
forked from PGL/Clyde

FINAL COMMIT

This commit is contained in:
2024-03-18 18:47:00 +01:00
parent 77ac771b8f
commit 4715441afd
8 changed files with 46 additions and 33 deletions

View File

@ -36,7 +36,6 @@
}, "500");
}
function verifyInputs(pass){
console.log(pass)
if(pass==passwordConfirm.value){
page.value++;
return toast('Password and Confirm Password are correct.', {
@ -141,7 +140,7 @@
</select>
</div>
<div style="align-self:center;" class="inputBox">
<button style="margin-top:25px;" @click="console.log(outputs);register(outputs.firstname, outputs.surname, outputs.birthday, outputs.password, outputs.email, outputs.address, outputs.country, outputs.curriculum, ppData);">
<button style="margin-top:25px;" @click="register(outputs.firstname, outputs.surname, outputs.birthday, outputs.password, outputs.email, outputs.address, outputs.country, outputs.curriculum, ppData);">
{{i18n("login.guest.submit")}}
</button>
</div>