[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: fix #10071
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: fix #10071 |
Date: |
Thu, 05 Jun 2025 16:08:31 +0200 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 3f0ec6d31 fix #10071
3f0ec6d31 is described below
commit 3f0ec6d31ff0c4dd2a191b0c8240463a644aa465
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Jun 5 11:08:24 2025 -0300
fix #10071
---
packages/bank-ui/src/pages/regional/CreateCashout.tsx | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/packages/bank-ui/src/pages/regional/CreateCashout.tsx
b/packages/bank-ui/src/pages/regional/CreateCashout.tsx
index 43c90e659..87f1c5dcb 100644
--- a/packages/bank-ui/src/pages/regional/CreateCashout.tsx
+++ b/packages/bank-ui/src/pages/regional/CreateCashout.tsx
@@ -387,10 +387,7 @@ export function CreateCashout({
});
}
- const noSecondFactorChannel =
- (config.supported_tan_channels ?? []).length < 1;
- const cashoutDisabled =
- noSecondFactorChannel || !resultAccount.body.cashout_payto_uri;
+ const cashoutDisabled = !resultAccount.body.cashout_payto_uri;
const cashoutAccount = !resultAccount.body.cashout_payto_uri
? undefined
@@ -472,14 +469,6 @@ export function CreateCashout({
</i18n.Translate>
</p>
</Fragment>
- ) : noSecondFactorChannel ? (
- <div class="flex items-center justify-between border-t-2 afu
pt-4">
- <Attention type="warning" title={i18n.str`Unable to cashout`}>
- <i18n.Translate>
- Cashout is not supported due to lack of 2-FA support.
- </i18n.Translate>
- </Attention>
- </div>
) : (
<div class="flex items-center justify-between border-t-2 afu
pt-4">
<Attention type="warning" title={i18n.str`Unable to cashout`}>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: fix #10071,
Admin <=