mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 21:41:50 +00:00
fix: password submit
This commit is contained in:
parent
ee07b8a2bf
commit
d7fbd267b8
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
codeValueMobile = codeValueArray.join('');
|
codeValueMobile = codeValueArray.join('');
|
||||||
};
|
};
|
||||||
|
|
||||||
$: if (codeValueArray.length === 8) {
|
$: if (codeValueArray.length === 12) {
|
||||||
submit();
|
submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<h3 class="text-sspsBlue mx-8 mt-8 text-center text-xl font-semibold">
|
<h3 class="text-sspsBlue mx-8 mt-8 text-center text-xl font-semibold">
|
||||||
Zadejte 8místný kód pro aktivaci účtu
|
Zadejte 12místný kód pro aktivaci účtu
|
||||||
</h3>
|
</h3>
|
||||||
<p class="text-sspsGray mx-8 mt-8 text-center">Nevíte si rady? Klikněte <u>zde</u></p>
|
<p class="text-sspsGray mx-8 mt-8 text-center">Nevíte si rady? Klikněte <u>zde</u></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue