From b19c563a35045dbbb8b673564c246261b79fedcc Mon Sep 17 00:00:00 2001 From: Pipo Date: Sat, 16 Mar 2024 12:45:50 -0300 Subject: [PATCH] Added UID number --- lang/global.js | 1 + web/index.html | 4 ++++ web/js/main.js | 1 + 3 files changed, 6 insertions(+) diff --git a/lang/global.js b/lang/global.js index 05c06a3..a814ca6 100644 --- a/lang/global.js +++ b/lang/global.js @@ -5,4 +5,5 @@ export const Global = { lang_dob: 'Dob', lang_sex: 'Sex', lang_nat: 'Nationality', + lang_uid: 'Personal ID', }; \ No newline at end of file diff --git a/web/index.html b/web/index.html index 58eb6c3..1517f7b 100644 --- a/web/index.html +++ b/web/index.html @@ -43,6 +43,10 @@ +
  • + + +
  • diff --git a/web/js/main.js b/web/js/main.js index 6bcddc7..240c623 100644 --- a/web/js/main.js +++ b/web/js/main.js @@ -50,6 +50,7 @@ const openIdCard = (playerData) => { dob: playerData.birthdate, sex: playerData.sex, nationality: playerData.nationality, + uid: playerData.citizenid, cardtype: license.header, };