gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 03/03: debug placeholder


From: gnunet
Subject: [taler-merchant-backoffice] 03/03: debug placeholder
Date: Tue, 10 May 2022 12:43:04 +0200

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

ms pushed a commit to branch master
in repository merchant-backoffice.

commit 9aabcf8e9c9ab1ca01f477dade290f7d304b5e82
Author: ms <ms@taler.net>
AuthorDate: Mon May 9 12:08:55 2022 +0200

    debug placeholder
---
 packages/bank/src/pages/home/index.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index b130dd1..b701844 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -1630,6 +1630,8 @@ export function BankHome(): VNode {
     </SWRWithoutCredentials>);
   }
   if (pageState.tryRegister) {
+    // @ts-ignore
+    console.log("allow registrations?", __LIBEUFIN_UI_ALLOW_REGISTRATIONS__)
     // @ts-ignore
     if (__LIBEUFIN_UI_ALLOW_REGISTRATIONS__) {
       return (
@@ -1643,7 +1645,7 @@ export function BankHome(): VNode {
     return (
       <PageContext.Provider value={[pageState, pageStateSetter]}>
         <BankFrame>
-         <p>i18n`Currently, the bank is not accepting new registrations!`</p>
+         <p>{i18n`Currently, the bank is not accepting new registrations!`}</p>
        </BankFrame>
       </PageContext.Provider>
     );

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