gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 04/04: wrong routing sending into a loop


From: gnunet
Subject: [taler-wallet-core] 04/04: wrong routing sending into a loop
Date: Mon, 05 Feb 2024 13:18:46 +0100

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

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

commit fb885432004d29a0f0ca8f44ee5118b0e1ef4c2e
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Feb 5 09:18:02 2024 -0300

    wrong routing sending into a loop
---
 packages/demobank-ui/src/Routing.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/demobank-ui/src/Routing.tsx 
b/packages/demobank-ui/src/Routing.tsx
index 442a276a0..afc13636a 100644
--- a/packages/demobank-ui/src/Routing.tsx
+++ b/packages/demobank-ui/src/Routing.tsx
@@ -98,7 +98,7 @@ function PublicRounting({
 
   useEffect(() => {
     if (location === undefined) {
-      navigateTo(privatePages.home.url({}))
+      navigateTo(publicPages.login.url({}))
     }
   }, [location])
 

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