mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-18 22:11:14 +00:00
fix: personalIdValidation
This commit is contained in:
parent
338db8f2eb
commit
712a195233
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
|||
if ($form.candidate.citizenship !== 'Česká republika') return true;
|
||||
if (!_val) return false;
|
||||
if (isPersonalIdMatchingBirthdate(
|
||||
$form.candidate.personalIdNumber,
|
||||
data.whoami.personalIdNumber,
|
||||
_val
|
||||
)) {
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue