gnunet-svn
[Top][All Lists]
Advanced

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

[taler-typescript-core] 02/02: update accept tos


From: Admin
Subject: [taler-typescript-core] 02/02: update accept tos
Date: Tue, 04 Feb 2025 17:34:52 +0100

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

sebasjm pushed a commit to branch master
in repository taler-typescript-core.

commit efb715f277164d3295806ec78570fcea34124222
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Feb 4 13:34:39 2025 -0300

    update accept tos
---
 packages/kyc-ui/src/forms/accept-tos.ts | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/packages/kyc-ui/src/forms/accept-tos.ts 
b/packages/kyc-ui/src/forms/accept-tos.ts
index a00ecb7e6..9e0aaf440 100644
--- a/packages/kyc-ui/src/forms/accept-tos.ts
+++ b/packages/kyc-ui/src/forms/accept-tos.ts
@@ -44,14 +44,7 @@ export const acceptTos = (
           label: context?.provider_name ?? `Link`,
           url: context.tos_url,
         }
-      : undefined,
-    {
-      type: "toggle",
-      id: "ACCEPTED_TERMS_OF_SERVICE" as UIHandlerId,
-      required: true,
-      threeState: true,
-      label: i18n.str`Do you accept terms of service`,
-    },
+      : { type: "void" },
     {
       type: "download-link",
       url: context.tos_url,

-- 
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]