gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated (b06c25317 -> d7b0499e7)


From: gnunet
Subject: [taler-wallet-core] branch master updated (b06c25317 -> d7b0499e7)
Date: Thu, 22 Aug 2024 18:27:00 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a change to branch master
in repository wallet-core.

    from b06c25317 new prebuilt dev
     new d539f97b4 name_and_dob
     new d7b0499e7 new prebuilt dev

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/kyc-ui/package.json                                       | 2 +-
 packages/kyc-ui/src/forms/index.ts                                 | 7 +++++++
 packages/kyc-ui/src/forms/{name_and_dob.ts => nameAndBirthdate.ts} | 0
 3 files changed, 8 insertions(+), 1 deletion(-)
 rename packages/kyc-ui/src/forms/{name_and_dob.ts => nameAndBirthdate.ts} 
(100%)

diff --git a/packages/kyc-ui/package.json b/packages/kyc-ui/package.json
index fd61978e8..241f30aef 100644
--- a/packages/kyc-ui/package.json
+++ b/packages/kyc-ui/package.json
@@ -1,7 +1,7 @@
 {
   "private": true,
   "name": "@gnu-taler/kyc-ui",
-  "version": "0.12.12-dev.3",
+  "version": "0.12.12-dev.4",
   "author": "sebasjm",
   "license": "AGPL-3.0-OR-LATER",
   "description": "UI for GNU Exchange KYC.",
diff --git a/packages/kyc-ui/src/forms/index.ts 
b/packages/kyc-ui/src/forms/index.ts
index 5f6cf9ba0..a8803ec9f 100644
--- a/packages/kyc-ui/src/forms/index.ts
+++ b/packages/kyc-ui/src/forms/index.ts
@@ -19,6 +19,7 @@ import {
 } from "@gnu-taler/web-util/browser";
 import { simplest } from "./simplest.js";
 import { personalInfo } from "./personal-info.js";
+import { nameAndDob } from "./nameAndBirthdate.js";
 
 export const preloadedForms: (
   i18n: InternationalizationAPI,
@@ -35,4 +36,10 @@ export const preloadedForms: (
     version: 1,
     config: personalInfo(i18n),
   },
+  {
+    label: i18n.str`Name and birthdate`,
+    id: "name_and_dob",
+    version: 1,
+    config: nameAndDob(i18n),
+  },
 ];
diff --git a/packages/kyc-ui/src/forms/name_and_dob.ts 
b/packages/kyc-ui/src/forms/nameAndBirthdate.ts
similarity index 100%
rename from packages/kyc-ui/src/forms/name_and_dob.ts
rename to packages/kyc-ui/src/forms/nameAndBirthdate.ts

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]