gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missing - which prevent loadi


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing - which prevent loading withdrawal operation from anon user
Date: Sun, 07 Apr 2024 15:22:47 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 22856a775 missing - which prevent loading withdrawal operation from 
anon user
22856a775 is described below

commit 22856a7756cc41a0bd664eb947fb94f1e1b09e8d
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Sun Apr 7 10:22:40 2024 -0300

    missing - which prevent loading withdrawal operation from anon user
---
 packages/bank-ui/src/Routing.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank-ui/src/Routing.tsx b/packages/bank-ui/src/Routing.tsx
index 38833283e..23635d4cd 100644
--- a/packages/bank-ui/src/Routing.tsx
+++ b/packages/bank-ui/src/Routing.tsx
@@ -84,7 +84,7 @@ const publicPages = {
   register: urlPattern(/\/register/, () => "#/register"),
   publicAccounts: urlPattern(/\/public-accounts/, () => "#/public-accounts"),
   operationDetails: urlPattern<{ wopid: string }>(
-    /\/operation\/(?<wopid>[a-zA-Z0-9]+)/,
+    /\/operation\/(?<wopid>[a-zA-Z0-9-]+)/,
     ({ wopid }) => `#/operation/${wopid}`,
   ),
   solveSecondFactor: urlPattern(/\/2fa/, () => "#/2fa"),

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